|
Die folgenden 3 fehler wurden gefunden:
- MDB2 Error: no such field - _doQuery: [Error message: Could not execute statement]
[Last executed query: select tour_type_code, tour_type_id, tour_type_name from public.tour_types t1 where t1.tour_type_id in ( select t3.tour_type_id from public.region_tours t2 inner join public.tours t3 using ( tour_id ) where t2.business_region_id = 6876 and t2.valid_or_not = true and t3.valid_or_not = true ) and t1.tour_type_id > 0 order by t1.tour_type_name;]
[Native message: ERROR: column t3.tour_type_id does not exist at character 127]
- SQL: select tour_type_code, tour_type_id, tour_type_name from public.tour_types t1 where t1.tour_type_id in ( select t3.tour_type_id from public.region_tours t2 inner join public.tours t3 using ( tour_id ) where t2.business_region_id = 6876 and t2.valid_or_not = true and t3.valid_or_not = true ) and t1.tour_type_id > 0 order by t1.tour_type_name;
- Invalid result
|