mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
587 B
587 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Use the `SOUNDEX()` function in MySQL to compare strings by how they *sound* rather than how they're typed | 1479467947634556930 | weekly-thread-2022-01 | justsanjit |
|
2022-01-07T15:00:20+00:00 | use-the-soundex-function-in-mysql-to-compare-strings-by-how-they-sound-rather-than-how-theyre-typed |
🔥 In #mysql you can compare strings by how they sound rather than how they have been typed using SOUNDEX() function
#laravelframework #laravel #mysql #sql