Help for this page

Select Code to Download


  1. or download this
    SELECT DISTINCT(item)
    FROM a.table
    
  2. or download this
    SELECT item
    FROM a.table
    GROUP BY item