MySQL has an operator SOUNDS LIKE .
a sounds like b
is equivalent to
soundex(a) == soundex(b)
Cute, though not something I would use in production code.
GPT-5 has a hidden system prompt
12 hours ago
Python, MySQL and Your Mom
No comments:
Post a Comment