Friday, November 02, 2012

MYSQL REG EX

hello world
Regular Expression //it's fail because security reason. DELETE FROM xxxt_dxxxx.dxxxx WHERE nameid REGEXP '[a-Z]'; //it's passed SELECT * FROM xxxt_dxxxx.dxxxx WHERE nameid REGEXP '[a-Z]';

No comments: