Sign in
apache
/
doris
/
HEAD
/
.
/
pytest
/
qe
/
query_regression
/
sql
/
issue_7106.sql
blob: 7828ad9a417c0a009d881fd893fc5c72500feec5 [
file
] [
log
] [
blame
]
-- https://github.com/apache/incubator-doris/pull/4359
set
sql_mode
=
''
;
show variables
like
'sql_mode'
;
set
sql_mode
=
"STRICT_TRANS_TABLES"
;
show variables
like
'sql_mode'
;
select
@@
sql_mode
;