The value is a text string, stored using the database encoding (UTF-8, ... CREATE TABLE t1(a INT, b TEXT, c REAL); CREATE VIEW v1(x,y,z) AS SELECT b, a+c, ...
確定! 回上一頁