G
Guest
Is there an SQL statement where I can search all fields in a record without
specifying the field names?
such as: Select * from
where * is like "whatever"
I would like to use a simple query as the field names can change from time
to time and I don't want to rewrite this query every time.
Thanks in advance.
TimW
specifying the field names?
such as: Select * from
I would like to use a simple query as the field names can change from time
to time and I don't want to rewrite this query every time.
Thanks in advance.
TimW