ZacksTsang

Results 1 issues of ZacksTsang

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?