I guess the SQL function SUBSTR() is what you are looking for. Hereby a short example: create table l (k int, l clob unicode, primary key (k))
確定! 回上一頁