G
Guest
If I have a table that has many fields I want to find a value in, how do I
write the Select statement?
There are about 42 identical fields. So I want to say something like
SELECT Chartname FROM Org2
WHERE Field1 LIKE "*Tom Stevens*" OR Field2 LIKE "*Tom Stevens*" OR Field3 LIKE
"*Tom Stevens*"
With 42 identical fields, F1, F2, F3, F4, F5..., how do I construct the
statement without it being enormous and tedious?
(e-mail address removed)
write the Select statement?
There are about 42 identical fields. So I want to say something like
SELECT Chartname FROM Org2
WHERE Field1 LIKE "*Tom Stevens*" OR Field2 LIKE "*Tom Stevens*" OR Field3 LIKE
"*Tom Stevens*"
With 42 identical fields, F1, F2, F3, F4, F5..., how do I construct the
statement without it being enormous and tedious?
(e-mail address removed)