只需要大于其中一个值即为真。
teledb=# select * from teledb_pg where id > any (select 1 union select 3);
id | nickname
----+----------
3 | pg
4 |
2 | TELEDB
(3 rows)
本页目录
只需要大于其中一个值即为真。
teledb=# select * from teledb_pg where id > any (select 1 union select 3);
id | nickname
----+----------
3 | pg
4 |
2 | TELEDB
(3 rows)