BlueOfficeHead
Programmer
Hello,
I'd like to select the ID, Query and Date from my table,
but would like to see only the unique records based on fldQUERY fields. So if 2 instances of the fldQUERY are the same regardless of any other fields, only one of them would be returned. Is there a way to do so ?
SELECT ID, fldQUERY, fldDATE FROM tbl_google ORDER BY fldDATE DESC
I'd like to select the ID, Query and Date from my table,
but would like to see only the unique records based on fldQUERY fields. So if 2 instances of the fldQUERY are the same regardless of any other fields, only one of them would be returned. Is there a way to do so ?
SELECT ID, fldQUERY, fldDATE FROM tbl_google ORDER BY fldDATE DESC