I have the following query
SELECT col1, col2, ( SELECT COALESCE(LISTAGG( CONCAT(col0, col4), \',\'), \'()\') FROM tabl2; WHERE col1 = \'variableName\' )