Azu Posted April 11, 2007 Share Posted April 11, 2007 Please tell me how I can do something like "select from table where foo=regex([^A]) I think it would be a lot faster then selecting all of the data in the whole table and regexing it in PHP. Link to comment https://forums.phpfreaks.com/topic/46593-solved-regex-in-where-clause/ Share on other sites More sharing options...
effigy Posted April 11, 2007 Share Posted April 11, 2007 http://dev.mysql.com/doc/refman/5.0/en/regexp.html Link to comment https://forums.phpfreaks.com/topic/46593-solved-regex-in-where-clause/#findComment-226807 Share on other sites More sharing options...
gluck Posted April 11, 2007 Share Posted April 11, 2007 What do you want to match from database? Link to comment https://forums.phpfreaks.com/topic/46593-solved-regex-in-where-clause/#findComment-226963 Share on other sites More sharing options...
Azu Posted April 13, 2007 Author Share Posted April 13, 2007 Thanks Effigy that did the trick perfectly! =D Link to comment https://forums.phpfreaks.com/topic/46593-solved-regex-in-where-clause/#findComment-228392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.