How to use the intersect query ? #315
-
Hi All, I am trying to use intersect in the typescript code but I am getting an error. Error: Argument of type '{ queries: Promise<{}[]>[]; }' is not assignable to parameter of type 'SelectQuery[]'. const queryProd1 = connection.select({
}) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You just need to specify the query not results like this -
|
Beta Was this translation helpful? Give feedback.
You just need to specify the query not results like this -