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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL select and Parsing string

Status
Not open for further replies.

georger

Instructor
Feb 10, 2002
1
0
0
GB
Well here's the problem:
From a SQL db I want to make a SELECT in a field that contains strings like the following:
1,4,8,3
3,5
12,4,11,16. When I want to select through a search the records where in the field have "1" it will return me the record with "1,4,8,3" but also will return the record with "12,4,11,16".What can I do for that? Source is also available if it is nessecery.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top