SQL -Server has no TO_DATE function. You have to use convert . See here -- Specify a datetime string and its exact format SELECT TO_DATE('2012-06-05', ...
確定! 回上一頁