SELECT Command - For beginner.



Hi, I am having a problem with a SELECT Command.

I am wanting to search unique queries from TableA where Field1 = "specific
Criteria" and Field2 = "Another Specific Criteria.

The string that I have is as follows:

SELECT DISTINCT * FROM Table WHERE fld1 = 'opt1' AND WHERE fld2 = 'opt2';

Any help is appreciated. As you see I am still very new to SQL queries


.


Loading