diistinct mutiple column sql

Solutions on MaxInterview for diistinct mutiple column sql by the best coders in the world

showing results for - "diistinct mutiple column sql"
Jacob
15 May 2019
1SELECT DISTINCT agent_code, ord_amount,cust_code
2FROM orders 
3WHERE agent_code='A002';
4
similar questions
queries leading to this page
diistinct mutiple column sql