Why does PostgreSQL have to be different (scheme does not exist)?

Posted by Ben Dauphinee on Stack Overflow See other posts from Stack Overflow or by Ben Dauphinee
Published on 2010-06-08T02:24:20Z Indexed on 2010/06/08 2:32 UTC
Read the original article Hit count: 354

Filed under:
|
|
|

I'm not used to working with PostgreSQL, but am using Zend_Db_Select to create my queries. What does the error below mean?

SQL error:
ERROR:  schema "il" does not exist

In statement:
SELECT il.count(*) AS "count" FROM "image_lite" AS "il" 
INNER JOIN "exif_parse" AS "ex" ON il.image_id = ex.image_id 
WHERE (ex.cam_make = 'apple')

© Stack Overflow or respective owner

Related posts about sql

Related posts about database