select CONCAT(name, desc) from table;
gives the below error
ERROR: syntax error at or near "desc" LINE 1: select CONCAT(name, desc) from theme; ^ SQL state: 42601 Character: 21
the same query works on sqlserver,hana and oracle? Any help would be appreciated