Open ZacksTsang opened 7 years ago
I had a sql such as:
select * from t, LATERAL (select * from jsonb_to_recordset(meta->'conditions') as x(op text, condition jsonb,duration jsonb,time jsonb))
how can i use it?
@ZacksTsang This is not supported at the moment. Patch welcome!
I had a sql such as:
how can i use it?