Use single quotes so that query works both in MySQL and Trino.
This commit is contained in:
parent
19211eee73
commit
5066fe4382
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ TEST_LOLACONFIG = build_lolaconfig(flow_name="testing-suite")
|
||||||
|
|
||||||
TEST_QUERY = """
|
TEST_QUERY = """
|
||||||
SELECT 1 AS a_one,
|
SELECT 1 AS a_one,
|
||||||
"lol" AS a_string,
|
'lol' AS a_string,
|
||||||
NULL AS a_null
|
NULL AS a_null
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue