_doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT id, title, to_char(start_date, 'YYYY/MM/DD') AS data, lead, thumb, to_char(end_date, 'YYYY/MM/DD') AS data_fim, show_date, schedule_type FROM schedule WHERE ((schedule_type = 27 or schedule_type = 28 or schedule_type = 29 or schedule_type = 30) and active = 1 and (active='1' and (activation_date is NULL or trunc(SYSDATE) >= activation_date) and (deactivation_date is NULL or trunc(SYSDATE) < deactivation_date))) AND (end_date >= SYSDATE OR end_date IS NULL) order by start_date]
[Native code: 942]
[Native message: ORA-00942: table or view does not exist]
MDB2 Error: no such table
|