I have a table name FooTable in which I have n columns, but I want to search a particular entire column using query. How can I do that?
For ex:
field1 field2 field3 .................... fieldn
hey hi whats
hello bye go
.. .. ..
.. .. ..
n n n
Select *from FooTable
I want to search the entire column 3 items, so how should I make the query so that all the columns 3 items are shown?
Question isn’t very clear. You might mean this
gets all
gets those columns