Nxia618
Explore posts from serversDTDrizzle Team
•Created by Nxia618 on 11/7/2023 in #help
Nested where filter, how to not include empty
The following almost works
I get only those productionItems with itemStage of particular crew_id, but I also get those with no itemStage's so query result has
itemStages: []
. How do I only include if crew_id equal and productionItem has itemStage9 replies
DTDrizzle Team
•Created by Nxia618 on 5/11/2023 in #help
numeric returns string when querying with Postgres
inspecting
order.totalValue
I get type
but when I do a query such as
The result is inferred as string | null
for this column rather than number | null
2 replies