aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/match_clause.sql
blob: 9efb61a9a058ef69a2d0c5cbec708ff2ef05ccd0 (plain) (blame)
1
2
3
4
/* postgres can not */
/* syntax version 1 */
select key, subkey, value from plato.Input
where value match "q";