Logged In: NO

If you add a comment to the query on its own line, exempli gratia:

# Sorted by last name
SELECT
userID,lastName
FROM
user
WHERE
userID > 10
ORDER BY
lastName

This shows up on the dropdown as just the comment. It is a little tricky (to say
the least) to maintain, but works for me!