我有一些在模式下创建的表.目前,我可以使用以下方式访问架构中的表:
select * from myschema.mytable
我正在寻找避免使用模式名称的方法.就像是:
select * from mytable
但我找不到答案.
你能帮我吗?谢谢
php postgresql
php ×1
postgresql ×1