SQL Query: order by length of characters?

kokkie20

New Member
Morning, is it possible to order sql data rows by the length of characters?e.g. \[code\]SELECT * FROM database ORDER BY data.length()\[/code\]
 
Back
Top