Hi.......
While I create a outfile as in format of csv...
I am using the command
select * from table_name into outfile 'result.csv';
I am getting all properties(field) of a record into one shell in excel..
Is there anyway I can get each property in different shells...
Any answer could be appreciated...........