Select TO_CLOB(a)|| TO_CLOB(b)|| TO_CLOB(c) || TO_CLOB(d) from table1 上面的查詢沒有正確地將數據後臺打印到文本文件中。 而, Select a||b||c||d from table1.
確定! 回上一頁