Hey there,
I would like to be able to select * from a table where one of a number of fields may = a variable
I think i need to use AND|OR ruotine but cant find anything on the syntax that makes sense.
SELECT *
FROM projectdata
WHERE projectdata.proauthone AND|OR projectdata.proauthtwo AND|OR projectdata.proauththree = 'authuser'
any help would be great
thanks