I am using a query in vb.net, database is Access
I need alias of query like sql but the query return me column alias and also ‘ ‘
SELECT COLUMN1 AS 'FIRST NAME'
I expect the result to be a field called FIRST NAME but it returns the string “FIRST NAME”
Is there is any way if return me the field FIRST NAME instead of “FIRST NAME”
This question is tagged ms-access, and in Access it is easy to discover what is allowed in queries by using the query design window. For more elegant and advanced queries the window is not suitable, but for this it is a useful tool.