This is part two of my quest to Incorporating Regex into ORM’s and Database Abstractions. My first steps to exploring the option to implement uniform regex support into my own database orm/abstraction is to compare the syntax of the more popular database systems. To do so I will build an sql query where possible to search the body of page contents for ‘bla bla bla..’ in a test database table. MySQL select * from pages where body REGEXP '(bla(\s)?)+' Postgres select * from pages where
Find more about it here.
Find out more about Technorati Search for: Informix.
Copyright © 2008. All rights reserved.