 Joined: Oct 2007 Posts: 238
The internet is my playground.

 United States
|
Nov 24, 2007, 11:52:21 PM | #1 |
Hello,
Any thoughts on this would be appreciated.
Trying to return records using a wildcard. I thought this would return matches for 10, 11, 12 etc., but it doesn't.
mysql_query("SELECT * FROM table_name WHERE column1 = '1*' " )
Thanks |
|