Search
Feedback
Setup for Free
K
Kysely
•
3y ago
•
7 replies
kewp
where clause with length
How do I have a where clause with a length
, e
.g
.
select * from data where length(prodcode) = 3
select * from data where length(prodcode) = 3
Kysely
Join
First came Kysely, the type-safe query builder for TypeScript, then came people asking questions, then came the Discord server.Join if you like Kysely or have questions, or both.
2,004
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
select * from data where length(prodcode) = 3
select * from data where length(prodcode) = 3
Similar Threads
Where clause with booleans
K
Kysely / help
2y ago