|

1064 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 '10:43:08
order by a.updatedtime desc' at line 5 select a.*, b.fullname as createdby_name, c.fullname as updatedby_name
from opk_item a, opk_user b, opk_user c
where a.createdby = b.id
and a.updatedby = c.id
and pid = 1 and type = 1 and a.updatedtime < 2007-09-28 10:43:08
order by a.updatedtime desc | |