mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
This commit is contained in:
committed by
GitHub
parent
a2947d0c23
commit
c9aa4a1f84
@@ -304,7 +304,6 @@ def virtual_dataset():
|
||||
"SELECT 3 as col1, 'd' as col2, 1.3, NULL, '2000-01-04 00:00:00', 4 "
|
||||
"UNION ALL "
|
||||
"SELECT 4 as col1, 'e' as col2, 1.4, NULL, '2000-01-05 00:00:00', 5 "
|
||||
"\n /* CONTAINS A RANDOM COMMENT */ \n"
|
||||
"UNION ALL "
|
||||
"SELECT 5 as col1, 'f' as col2, 1.5, NULL, '2000-01-06 00:00:00', 6 "
|
||||
"UNION ALL "
|
||||
|
||||
Reference in New Issue
Block a user