I have to write a query to get a result set from table T
where table T is defined as
- Primary Key
- column A
- column B
- column C
I need to get the rows that have the same value in column As and also have same value in column Cs. How to write the query? (using generic SQL query)