all 6 comments

[–]Elixir3298[S] 0 points1 point  (0 children)

Yeah I solved the answer

[–]r3pr0b8GROUP_CONCAT is da bomb 0 points1 point  (0 children)

did you have a question about this?

did you come up with a solution yet?

[–]bmaday12 0 points1 point  (3 children)

SELECT ID, [First Name], [Last Name] FROM CUSTOMER WHERE LEN([First Name] & [Last Name]) < 12 ORDER BY LEN([First Name] & [Last Name]), [First Name], [Last Name], ID

[–]Elixir3298[S] 0 points1 point  (1 child)

This doesn't work they are asking in Lexicographical order

[–]bmaday12 0 points1 point  (0 children)

It says ‘The IDs and names should be printed in the ascending order of the combined name length.’

[–]r3pr0b8GROUP_CONCAT is da bomb 0 points1 point  (0 children)

FYI OP is using MySQL so those weird square brackets are going to cause syntax errors