How about reading the error message? It says that there is no column name for column 1. So you need to add one. Since there an operator (COLLATE) the column is a nameless expression and you need to provide the name.
And, as Jeff said, posting error message or code as graphics in attachments, is a really bad idea.