aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/like/like_multiline.sql
blob: f514a3bf14e89af414cf0995ca51cc9231e19d6b (plain) (blame)
1
2
3
SELECT
"abc\ndef" LIKE "%f" AS match,
"abc\ndef" LIKE "%a" AS no_match;