PostgreSQL中的替代变量实现

postgresql中的替代变量实现

postgres=# select * from tab_lei_1;
 c1 | c2 
----+----
(0 rows)


postgres=# \set abc 'tab_lei_1'
postgres=# select * from :abc;
 c1 | c2 
----+----
(0 rows)


postgres=# 
(0)
上一篇 2022年3月21日
下一篇 2022年3月21日

相关推荐