Remove the single quotes around 'Date' , otherwise it's a string litteral, not a column name. SELECT DISTINCT Date FROM myTable.
確定! 回上一頁