is there any way to represent runtime values in drizzle?

example:
WITH numbers AS (
VALUES (1), (2), (3), (4)
)
SELECT * FROM numbers LIMIT 1;
WITH numbers AS (
VALUES (1), (2), (3), (4)
)
SELECT * FROM numbers LIMIT 1;
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?