I have a column named AUDIT_SECTION defined as varchar(600).
I would like to query the table and view the content of this particular column.
In SQL Query analyzer, when I do a select audit_sction from mytable, value of the column shown is not readable.
I assume, there might be column function which would convert the varchar to char.
I had tried the CAST and CONVERT functions. Even them, do not return data in readable format.
Thanks
I would like to query the table and view the content of this particular column.
In SQL Query analyzer, when I do a select audit_sction from mytable, value of the column shown is not readable.
I assume, there might be column function which would convert the varchar to char.
I had tried the CAST and CONVERT functions. Even them, do not return data in readable format.
Thanks