Hi,

> To answer my own question yes this word is reserved.

Yes, it is reserved, but you may still use it any query that you like, by
quoting the name. To take from the manual:

"Note that if the identifier is a restricted word or contains special
characters you must always quote it with ` when you use it"

So, your query would become:

SELECT * FROM `purge` LIMIT 0,50

Hope that helps.

Regards,

Basil Hussain
---------------------------------------
Internet Developer, Kodak Weddings
E-Mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to