Control-F9 Query Describe Window converts CHAR datatype to VCHAR2 datatype
说明
I have a table with a field the is char(9). When I do a describe table, it tell me exactly that. When I do a cntl-f9 on a select * from that table, it tells me it's VARCHAR2(9).
解决办法
WORKAROUND: None
STATUS: Waiting for fix in a future version of Toad for Oracle.