ERROR: operator does not exist: integer <>
LINE 1: ...m from ewf.maanavi a where a.subtyp = 10 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, 'HomeDecor' as enam from ewf.maanavi a where a.subtyp = 10 and a.id!= order by a.id desc limit 10
|