Recursive queries #718
-
Hi thanks for this great tool. Is there any support for recursive queries? I have some tables that are hierarchical, and I need to flatten them out. |
Beta Was this translation helpful? Give feedback.
Answered by
kyleconroy
Oct 3, 2020
Replies: 1 comment 2 replies
-
Yes! sqlc can handle all types of queries. If you have a specific query in mind, feel free to write that query out (don't forget the table definition). You can also play around with sqlc in the browser over at https://play.sqlc.dev/. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kyleconroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! sqlc can handle all types of queries. If you have a specific query in mind, feel free to write that query out (don't forget the table definition). You can also play around with sqlc in the browser over at https://play.sqlc.dev/.