| 1 | SQL Error occured, database acces has failed. Please contact system administrator, and repport the folowing error: Error code: 1054 Error description: Unknown column 'entry.entryid' in 'on clause' SQL Query: SELECT person.*, role.* FROM entry, role LEFT JOIN personrel ON entry.entryid = personrel.entryid LEFT JOIN person ON personrel.personid = person.personid WHERE personrel.entryid = 978 AND personrel.roleid = role.roleid ORDER BY personrel.roleid; Mediesociografi, IT-Universitetet i København, 2006, Ph.d.-afhandling, 350 p. | SQL Error occured, database acces has failed. Please contact system administrator, and repport the folowing error: Error code: 1054 Error description: Unknown column 'entry.entryid' in 'on clause' SQL Query: SELECT link.*, linktype.* FROM entry, linktype LEFT JOIN linkrel ON entry.entryid = linkrel.entryid LEFT JOIN link ON linkrel.linkid = link.linkid WHERE linkrel.entryid = 978 AND linktype.linktypeid = link.linktype ORDER BY link.linktype; |