INSERT INTO customers (customer_id, cust_name, cust_email) VALUES (1, 'Smith', NULL);. CREATE TABLE t1( a INT, b INT, c INT );. INSERT INTO t1 VALUES(1, 0, ...
確定! 回上一頁