6
我該如何得到這個查詢的工作?Postgresql爲什麼說「架構不存在」
SELECT weather.id, cities.name, weather.date, weather.degree
FROM weather JOIN weather.city_id ON cities.id
WHERE weather.date = '2011-04-30';
錯誤:架構「天氣」不存在。
天氣不是模式,它是一張桌子!