Database SQL Selecting and grouping datas in a column By tugrulaslan 21 Apr, 2014 Leave a comment this sql lists all the datas in a column removed duplicated ones SELECT DISTINCT COLUMN_NAME FROM TABLE_NAME ORDER BY COLUMN_NAME Share this content @ Share on FacebookShare on LinkedinShare on Google+Share on XingShare on TwitterShare on PinterestShare on Reddit tugrulaslan