how we can retrieve the unique values for the in a table without using the DISTINCT keyword
Using Group By
SELECT column from Table GROUP BY column
I Know that we can always fetch from one database server and rewrite it to another. But what is the simplest way to do this?