Remove FROM Clause Completely? #2314
therobotreader
started this conversation in
General
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you!
…On July 1, 2025 6:21:19 PM GMT+03:00, Jeremy Evans ***@***.***> wrote:
`DB.dataset` will create a dataset without a FROM clause. If you have an existing dataset, `dataset.from` with no arguments removes any FROM clause.
--
Reply to this email directly or view it on GitHub:
#2314 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
For deeply cursed reasons, I'd like to write a query without a FROM clause. I tried a few different variations on using the
.from
method, but nothing worked. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions