blob: d442f077c0707ed10ec4f3cf01ba34f1328f3827 [file] [log] [blame]
select *
from src
where src.key in (select key from src where key > '9')
;