blob: e3a7202fc5824900c8bf0753340793cfd842ce96 (
plain) (
blame)
1
2
3
4
5
6
|
/* postgres can not */
use plato;
select * from Input4 where subkey not in (select key || "0" from Input4) order by key,subkey;
select * from Input4 where subkey in compact(select key || "0" from Input4) order by key,subkey;
|