Creating tree sql from each object in first sql #1401
Unanswered
ahmed19992104
asked this question in
Help
Replies: 1 comment
-
You can use for or while loops for it or wrap returning loop (like More about async looping in here: Sidenote: To get syntax highlight in GH you can use this: console.log('Cool!'); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can i make querybuilder on each field returned from my first query
i tried it
const data = await Category.query().where('main_category_id' , params.search)
Beta Was this translation helpful? Give feedback.
All reactions