this post was submitted on 30 Jun 2024
1 points (100.0% liked)

SQL

467 readers
13 users here now

Related Fediverse communities:

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
1
Guess the intent (aussie.zone)
submitted 4 months ago* (last edited 4 months ago) by Threen@aussie.zone to c/sql@programming.dev
 

I am one of the developers on a very small team and have just found the following query

I would love to hear your ideas for what you think was being attempted here!

SELECT ... FROM client WHERE CAST(ABS(SIN(clientId)) AS BIT) = 0

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here