• • •
1 3 3
: SELECT people.living as living, people.private as private, people.branch as branch, tng_families.branch as fbranch, tng_families.living as fliving, tng_families.private as fprivate, linktype, tng_medialinks.gedcom as gedcom, ctop, cleft, cwidth, cheight
FROM tng_medialinks
LEFT JOIN tng_people AS people ON tng_medialinks.personID = people.personID AND tng_medialinks.gedcom = people.gedcom
LEFT JOIN tng_families ON tng_medialinks.personID = tng_families.familyID AND tng_medialinks.gedcom = tng_families.gedcom
WHERE mediaID = "11463" AND tng_medialinks.gedcom = "malvache"
Unknown column 'ctop' in 'field list'