ERROR: operator does not exist: integer <>
LINE 1: ...am from ewf.maanavi a where a.subtyp = 8 and a.id!= order ...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
select a.id,a.title,a.etm::date as etm ,a.h_poto1 as path, substr(a.gst,1,300) as story, a.subtyp, 'చిన్నారులు' as nam, 'ChildrenCare' as enam from ewf.maanavi a where a.subtyp = 8 and a.id!= order by a.id desc limit 10
|