im trying to select * from table1 where forename, surname = 'Joe Bloggs'
obviously forename and surname are 2 different columns in table one but im getting errors when i run this SQL code:
SELECT * from table1 where forename, surname = 'Joe Bloggs'
Any ideas on what i can do?