資料庫名稱:PostgreSQL
資料庫版本:11.5
內容/問題描述:
請問各位 我用 C# 執行查詢指令時
MessageBox.Show(Convert.ToString(command.ExecuteScalar()));
為什麼會顯示資料表不存在 錯誤訊息
Npgsql.PostgresException: '42P01: relation "test_table" does not exist'
我用 SQL Shell(psql)查詢資料表裡面是有資料的
以下是程式碼 麻煩各位幫我看看哪裡有問題 謝謝!
https://github.com/BudinMilk/PostgreSQL