Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use LATERAL ? #68

Open
ZacksTsang opened this issue Feb 16, 2017 · 1 comment
Open

How to use LATERAL ? #68

ZacksTsang opened this issue Feb 16, 2017 · 1 comment

Comments

@ZacksTsang
Copy link

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
Copy link
Owner

r0man commented Feb 17, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants