Remove SHOW after datestyle reset.
This commit is contained in:
parent
de62329acd
commit
2a55934926
@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
(8 rows)
|
||||
|
||||
RESET DateStyle;
|
||||
SHOW DateStyle;
|
||||
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
|
||||
|
@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
(8 rows)
|
||||
|
||||
RESET DateStyle;
|
||||
SHOW DateStyle;
|
||||
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
|
||||
|
@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
(8 rows)
|
||||
|
||||
RESET DateStyle;
|
||||
SHOW DateStyle;
|
||||
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
|
||||
|
@ -149,6 +149,3 @@ SELECT '' AS sixty_three, d1 AS european_sql FROM TIMESTAMP_TBL;
|
||||
SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
|
||||
|
||||
RESET DateStyle;
|
||||
|
||||
SHOW DateStyle;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user