Answers for "hour must be between 1 and 12"

SQL
0

hour must be between 1 and 12

-- Replace 'hh' by 'hh24'
WHERE timestamp = To_Date('25.02.2022 14:00', 'dd.mm.yyyy hh24:mi')
Posted by: Guest on February-25-2022

Code answers related to "hour must be between 1 and 12"

Code answers related to "SQL"

Browse Popular Code Answers by Language