[UPHPU] # Symbol in MySQL

John David Anderson uphpu at johndavidanderson.net
Thu Apr 5 11:09:25 MDT 2007


On Apr 5, 2007, at 10:59 AM, Webot Graphics wrote:

> Is there a way to put the # symbol in MySQL?

Where in MySQL? In a SELECT or something?

Just place it in quotes.

SELECT field1, field2 FROM table WHERE field2 = '#';

-- John


More information about the UPHPU mailing list