Запись на прослушивание
 
Connected to h003312188_boychoir Resource id #7
Resource id #7,getExistingId(): SELECT id FROM addr where ip = '18.218.61.200';
Resource id #7,getMaxId(): SELECT MAX(id) FROM addr;
Resource id #7,getId(): insert into addr values ('109140','18.218.61.200','','','');
Resource id #7,getValue(): SELECT mode FROM addr where id = '109140';
Resource id #7,getExistingId(): SELECT id FROM addr where ip = '18.218.61.200';
Resource id #7,getValue(): SELECT mode FROM addr where id = '109140';
Resource id #7,getYearSelector(): select year from foto group by year order by year desc;
Resource id #7,getMonthSelector(): select month from foto where year = 1997 group by month order by month desc;
Resource id #7,getFotoDays(): select date from foto where year = 1997 and month = 5 group by date order by date desc;
Resource id #7,getFotoSelector(): select * from foto where year = 1997 and month = 5 and date =  order by year, month, date, id;
getFotoSelector(): Error executing query select * from foto where year = 1997 and month = 5 and date =  order by year, month, date, id; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by year, month, date, id' at line 1