There was an error while loading. Please reload this page.
EXISTS (subquery)
Hi, I'm trying to do simple query and use EXISTS (subquery) operator, but it looks it's not supported yet in sea-query.
sea-query
.e.g:
select exists(select 1 from accounts where email = $1 limit 1) as "exists!"
Status