6
¿Cómo puedo hacer que esta consulta funcione?¿Por qué Postgresql dice "el esquema no existe"
SELECT weather.id, cities.name, weather.date, weather.degree
FROM weather JOIN weather.city_id ON cities.id
WHERE weather.date = '2011-04-30';
ERROR: schema "weather" no existe.
el tiempo no es un esquema, es una tabla!