2005 Oct 28 8:51 AM
I've created a query to identify approver from linking several tables. The result data show several duplicate record because I only want to retrieve the User ID. Is there a way to select only Unique Record?
Regards,
Thomas
I've created a query to identify approver from linking several tables. The result data show several duplicate record because I only want to retrieve the User ID. Is there a way to select only Unique Record?
Regards,
Thomas
2005 Oct 28 9:56 AM
hi,
try a SELECT SINGLE [FIELDS/*].... or a SELECT * INTO ITAB FROM XTABLE UP TO 1 ROWS.
Regards
2005 Oct 28 11:30 AM
You might be able to write additional code in the infoset Component of SQL Query, Of course nothing beats the suggestion of using a select single or select up to 1 rows
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |