Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select #s

Status
Not open for further replies.

JimJx

Technical User
Feb 16, 2001
202
0
0
US
Hi all,

I have what I hope is an easy question, but I could not find the answer anywhere in the docs....

I have a select statement:
SELECT name, address, city, phone
FROM valley
WHERE name LIKE '$search%'
ORDER BY name LIMIT %d,%d

Some of the entries in the name field in the DB begin with numbers, such as 1st Choice, 250 Central, etc.

What value do I need to search for to get these entries?

Thanks for reading!
Jim
 
All numbers at the beginning of the field.

For example one can be 1st choice, another can be 250 Central, etc.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top