-
Remove single quotation marks
SELECT mycolumn as MyNewColumnName from MyTable -
Enclose alias in double quotation marks
SELECT mycolumn as "MyNewColumnName" from MyTable
Remove single quotation marks
SELECT mycolumn as MyNewColumnName
from MyTable
Enclose alias in double quotation marks
SELECT mycolumn as "MyNewColumnName"
from MyTable
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.