sqlite的特殊使用
其SQL語 句的格式為: create table table_name (column_name1 column_type, column_name2 column_type, ...); 例如: create table Student(stud_no text primary key, stud_name text); 如果你想知道學號為‘102’以外的學生名字,可以寫如下: select stud_no, stud_name from Student where stud_no ‘102’ ; 如果你想知道學號不是‘101’,而且學生名字不是‘Lin
下载地址
用户评论