r0man / sqlingvo

A Clojure & ClojureScript DSL for SQL
Eclipse Public License 1.0
210 stars 23 forks source link

How to use LATERAL ? #68

Open ZacksTsang opened 7 years ago

ZacksTsang commented 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?

r0man commented 7 years ago

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