diistinct mutiple column sql

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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