HI
how would i scape the :
:
I would like to do a query similar to select * from test where foo::text <> '{}'::text;
select * from test where foo::text <> '{}'::text;
figured it out 🙂