2011-08-04 11 views

回答

7

線返回的數據你只需要投它作爲日期:

SELECT DISTINCT 
    col_name::date 
FROM 
    table_name 
相關問題