![]() |
How will get distinct records in SQL table?
For examble:
In a table name like 1.Test 2.Test. 3.Test.. 4.Test... How will get the name "Test" using distinct keyword? |
Code:
select distinct column_name from table_name |
All times are GMT -7. The time now is 07:31 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.