Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9488aad commit 16def00Copy full SHA for 16def00
src/test/regress/expected/time.out
@@ -72,5 +72,5 @@ SELECT f1 AS "Eight" FROM TIME_TBL WHERE f1 >= '00:00';
72
-- and do the rest of the testing in horology.sql
73
-- where we do mixed-type arithmetic. - thomas 2000-12-02
74
SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL;
75
-ERROR: Unable to identify an operator '+' for types 'time' and 'time'
+ERROR: Unable to identify an operator '+' for types 'time without time zone' and 'time without time zone'
76
You will have to retype this query using an explicit cast
0 commit comments