Select without from?
Is there currently a way to use a
select
without from
, or a raw sql
query as a subquery?
Basically, I need to do the example from this issue: https://github.com/drizzle-team/drizzle-orm/issues/3721 Reply
Looks like we're still waiting for this :Sadge: https://github.com/drizzle-team/drizzle-orm/pull/1405
GitHub
Feat: select without from and with recursive by Angelelz · Pull Req...
This will close #372 and will close #209. Also related to #1215?
This PR depends on #1218.
Upon merging, It will be possible to write a select statement without the .from() method. That will make p...