r0man/sqlingvo

How to use LATERAL ?

ZacksTsang opened this issue · 1 comments

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?

r0man commented

@ZacksTsang This is not supported at the moment. Patch welcome!