Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
thelinuxlich
Explore posts from servers
CD
Cloudflare Developers
R
Railway
K
Kysely
Posts
Comments
K
Kysely
•
Created by thelinuxlich on 9/20/2024 in
#help
eb.fn.coalesce on a subquery
if I write
eb.fn.coalesce(subquery.limit(1), 'foo')
Kysely won't recognize the subquery is returning a single value
6 replies
K
Kysely
•
Created by thelinuxlich on 9/20/2024 in
#help
eb.fn.coalesce on a subquery
I think it's the same issue we had with CASE
https://discord.com/channels/890118421587578920/1184681470531469423
6 replies
K
Kysely
•
Created by Adophilus on 4/2/2024 in
#help
Is it possible to get the total count while fetching rows in a single query?
not repeated per row would be a CTE
9 replies
K
Kysely
•
Created by Adophilus on 4/2/2024 in
#help
Is it possible to get the total count while fetching rows in a single query?
Maybe use a window function?
9 replies