mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Added a test
This commit is contained in:
parent
80bcaaacf2
commit
ba82441989
@ -0,0 +1,4 @@
|
||||
ab\ncd 1
|
||||
SeLeCt 'ab
|
||||
cd' /* hello */ -- world
|
||||
, 1;
|
@ -0,0 +1,6 @@
|
||||
SeLeCt 'ab
|
||||
cd' /* hello */ -- world
|
||||
, 1;
|
||||
|
||||
SYSTEM FLUSH LOGS;
|
||||
SELECT extract(message, 'SeL.+?;') FROM system.text_log WHERE event_date >= yesterday() AND message LIKE '%SeLeCt \'ab\n%' ORDER BY event_time DESC LIMIT 1 FORMAT TSVRaw;
|
Loading…
Reference in New Issue
Block a user