Afterwards I get:
SQL=SELECT a.id, a.title, a.name, a.alias, a.description, a.content, a.location, a.storage_location, a.stylesheets, b.app as folder_app, a.options, a.template_search, a.template_filter, a.template_list, a.template_item FROM choir_cck_core_searchs AS a LEFT JOIN choir_cck_core_folders AS b ON b.id = a.folder WHERE a.name ="try_again" AND a.published = 1
and
SQL=SELECT DISTINCT a.id, a.title, a.name, a.folder, a.type, a.label, c.client, c.label as label2, c.variation, c.variation_override, c.required, c.required_alert, c.validation, c.validation_options, c.link, c.link_options, c.live, c.live_options, c.live_value, c.markup, c.markup_class, c.typo, c.typo_label, c.typo_options, c.stage, c.access, c.restriction, c.restriction_options, c.computation, c.computation_options, c.conditional, c.conditional_options, c.position FROM choir_cck_core_fields AS a LEFT JOIN choir_cck_core_type_field AS c ON c.fieldid = a.id WHERE c.typeid = 62 AND c.client = "admin" ORDER BY c.ordering ASC
any idea which column I might miss?