Every time I try to write out
SELECT ID, att_id AS 'Attribute ID'
FROM Table
it says
ERROR: syntax error at or near 'Attribute ID'.
How can I use the AS ' '
function in postgresql?
Every time I try to write out
SELECT ID, att_id AS 'Attribute ID'
FROM Table
it says
ERROR: syntax error at or near 'Attribute ID'.
How can I use the AS ' '
function in postgresql?
You should use double quotes instead of single quote