I am having trouble with an sql query.  I have a table with a column that 
has an '#' sign in the name.  The problem is I can't seem to escape the 
column name to be able to select it.

IE:
select test#1 from test or select `test#1` from test

Both don't work and i get the error Unknown column 'test' in 'field list'.
Anyone know what I can do to fix it?

Thx..

Mike


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


---------------------------------------------------------------------
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