Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
comma delimited field search
Old 03-02-2009, 01:23 AM comma delimited field search
Junior Talker

Posts: 1
Name: fernando
Trades: 0
what i want a sql query to search employee details from the table 'emp_table'.
A field 'mem_fld' contains the value seperated with commas( eg:- 2,4,9,) will have n numbers. My search input is an array eg:-$arrayvar[0]=7,$arrayvar[2]=9,......n values.I have to list the records from the table matching with the input array values.?
thanks in advance.
fernandodonster is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-10-2009, 09:55 AM Re: comma delimited field search
Ultra Talker

Posts: 310
Trades: 0
You can do it with regex matching functions, but it won't be very efficient. A better way would be to put the field with comma separated values in a different table and then search for records.
dman_2007 is offline
Reply With Quote
View Public Profile
 
Old 03-10-2009, 10:06 AM Re: comma delimited field search
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
You mean, something like this:
Code:
select someColumn
from tableX
where columnValue in (2, 4, 9, 12, 45)
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to comma delimited field search
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11595 seconds with 12 queries