我正在嘗試使用
public.test也不起作用,也不起作用calibration-training.public.test, or Testor "Test"or "test"。
psql 還表明該表存在:
code/calibration-training-api [master●] ? psql
psql (14.0)
Type "help" for help.
adamzerner=# \c calibration-training
You are now connected to database "calibration-training" as user "adamzerner".
calibration-training=# \dt
List of relations
Schema | Name | Type | Owner
-------- ------ ------- ------------
public | Test | table | adamzerner
(1 row)
uj5u.com熱心網友回復:
那是因為test和"Test"是 2 個不同的表名。
檢查 PostgreSQL 中的駝峰式大小寫 轉義 SQL 名稱;)
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/331679.html
