© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
better way to check truthy / falsey from select - Drizzle Team
DT
Drizzle Team
•
2y ago
•
4 replies
sanser
better way to check truthy / falsey from select
Hey all
, currently checking if the length
> 0 and
<1 to check truthy
/ falsey is there a better way to do this with drizzle
?
if (existingUser.length > 0)
if (existingUser.length > 0)
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,959
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Best way to select 10 random rows from a table?
DT
Drizzle Team / help
2y ago
insert from select
DT
Drizzle Team / help
14mo ago
Select without from?
DT
Drizzle Team / help
16mo ago
easy way to check for query success?
DT
Drizzle Team / help
2y ago