Created
April 8, 2019 11:04
-
-
Save nuriye/5e14188b6d964e944d38519d9eb759ca to your computer and use it in GitHub Desktop.
Order by Length SQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT *, LENGTH(option_value) AS Laenge FROM `wp_options` ORDER BY Laenge DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment