I am executing following sql statement in web GUI. I want output to be in column/row format whereas I get each column in separate line. I tried "Set sqldisplaymode wide", but no use. Any idea!!!
select hl_name as "Directory Name..................................................",ll_name "File Name.................." from backups where node_name='EMCMON-H' Thanks Muthu
