bobbybobbertson
Programmer
Is it possible to write a select statement that will check the all the fields for an equality without having to name all the fields.
the statement would be something like
select * from MYTABLE where * = "thing to compare"
obvously this doesn't work. but is there a way to do what I'm getting at?
the statement would be something like
select * from MYTABLE where * = "thing to compare"
obvously this doesn't work. but is there a way to do what I'm getting at?