Recent content by tartan

  1. T

    SQL MAX function error

    Thnks, its work
  2. T

    SQL MAX function error

    Hi ! With SQLTools or TOAD this SQL command : "SELECT A.CUSTOMER_ID, MAX(A.SALE_DATE) FROM CUSTOMERS A WHERE A.SALE_DATE BETWEEN '01.01.2001' AND '31.03.2001' GROUP BY A.CUSTOMER_ID" executes correctly, but with DOAD its say : "ORA-01830:date format picture ends before converting entire...
Back
Top