You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"INSERT INTO tmp.test_time(lt, gt, zone) VALUES ('2012-07-30 16:00:00' AT TIME ZONE 'CEST', '2012-07-30 14:00:00+0', 'utc'), ('2012-07-30 18:00:00' AT TIME ZONE 'CEST', '2012-07-30 18:00:00+2', 'cest'), ('2012-07-30 21:00:00' AT TIME ZONE 'CEST', '2012-07-30 10:00:00-09', 'japan');");
72
72
73
73
finalStringtest_time_sproc =
74
74
"CREATE OR REPLACE FUNCTION tmp.test_time_function(OUT id smallint, OUT msg text) " + "RETURNS record AS "
0 commit comments