Am I correct in assuming that MySQL requires string literals in stored procedures for the following clauses:
REGEXP, LIMIT and LOAD DATA INFILE? For example, I cannot seem to pass in the {pattern} as a parameter to my SPROC, and then query for ...WHERE field REGEXP pattern I'm having the same problem passing in the {count,offset} parameters for LIMIT clauses, and the {filename} for LOAD DATA INFILE. Thanks for any insights. Scott Klarenbach -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]