C:>mysql -u 使用者帳號-p密碼Welcome to the MariaDB monitor. ... create table tb1 ( id int primary key auto_increment, -> f1 varchar(10)); ...
確定! 回上一頁