|
-
Mar 16th, 2002, 07:57 PM
#1
Thread Starter
Fanatic Member
Searching string in a table
Suppose I want to search for a string in a table which has 100 columns.
Is there any way to find out in which column that string exists instead of writing
select * from table where column1 = 100 or column2 = 100 etc.?
I like following solution
for each columns in table
see whether value matches with given string
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|