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