是否可以从架构内的所有表中进行选择?我得到了所有的表名
select table_name from information_schema.tables
但我无法使用它来进行查询。
postgresql select
postgresql ×1
select ×1