James
DTDrizzle Team
•Created by James on 1/17/2024 in #help
Extract type from SubQuery
If I have a query like this I intend to use as a subquery:
Is there any way I can extract a type from this, such like:
24 replies
DTDrizzle Team
•Created by James on 7/3/2023 in #help
Passing SQL functions to insert
Is there any way to pass a SQL function like
gen_random_uuid()
to the insert
function, for a specific (non-primary ID) column? Something like concat('foo_', gen_random_uuid())
for example.2 replies