I did a search and it seems I can't use concate in the query SQL string.
How can I combine two columns that have only strings in each row:
C = Firstname
D = Lastname
Combine = Firstname Lastname
=query(RAW!1:1000;" SELECT * ,concate(C,D) WHERE B='"&C2&"' ";-2)