lirving
Posts: 26
|
| Posted: 03/17/2006, 1:30 PM |
|
Hi
Is it possible to search for info from any table or field
along the lines of
select * from * where * like %TextToSearchFor%
_________________
LW Irving
lirving@coffs.com.au |
 |
 |
mrachow
Posts: 509
|
| Posted: 03/20/2006, 12:00 AM |
|
To some degree you could use union to do something like this but by doing so you would loose the information where the searched string is stored.
Rowly spoken you would be able to say only "Yes the string do occur in some field in some of the tables.
_________________
Best regards,
Michael |
 |
 |
|