Hi all.
I'm using sql server 2005 and I guess I'd call myself an sql intermediate. Though I've had more experience with mysql than mssql.
The table looks like...
name, address1, address2, city, state, zip
I want to be able to use something like "city, state" or "address, zip" as a search term.
How would I go about doing this? You can't combine fields in the WHERE clause can you?
Thanks in advance.
I'm using sql server 2005 and I guess I'd call myself an sql intermediate. Though I've had more experience with mysql than mssql.
The table looks like...
name, address1, address2, city, state, zip
I want to be able to use something like "city, state" or "address, zip" as a search term.
How would I go about doing this? You can't combine fields in the WHERE clause can you?
Thanks in advance.