33  */  
44
55
6- CREATE  TABLE  persons  (id  integer , create_datetime datetime, email varchar (255 ), phone varchar (255 ), sex varchar (255 ), username varchar (255 ), zone blob, primary key  (id));
6+ /*  CREATE TABLE persons (id  integer, create_datetime datetime, email varchar(255), phone varchar(255), sex varchar(255), username varchar(255), zone blob, primary key (id));
7+ */ 
8+ 
79
810INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001111 , 
' male' , 
' gubaoer' , 
' HongKou District' );
911
1012INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001112 , 
' male' , 
' baoer.gu' , 
' JingAn District' );
1113
12- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001113 , 
' fmale ' , 
' yoyo.wu' , 
' JingAn District' );
14+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001113 , 
' female ' , 
' yoyo.wu' , 
' JingAn District' );
1315
14- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001114 , 
' fmale ' , 
' stacy.gao' , 
' MinHang District' );
16+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001114 , 
' female ' , 
' stacy.gao' , 
' MinHang District' );
1517
16- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001115 , 
' fmale ' , 
' yomiko.zhu' , 
' PuDong District' );
18+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001115 , 
' female ' , 
' yomiko.zhu' , 
' PuDong District' );
1719
1820INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001116 , 
' male' , 
' hong.zhu' , 
' YangPu District' );
1921
@@ -23,12 +25,12 @@ INSERT INTO persons (create_datetime, email, phone, sex, username, zone) VALUES
2325
2426INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001119 , 
' male' , 
' wen.liu' , 
' ChongMing District' );
2527
26- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001120 , 
' fmale ' , 
' cai.lu' , 
' BaoShan District' );
28+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001120 , 
' female ' , 
' cai.lu' , 
' BaoShan District' );
2729
2830INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001121 , 
' male' , 
' alex.li' , 
' ChangNing District' );
2931
30- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001122 , 
' fmale ' , 
' sofia.xu' , 
' ZhaBei District' );
32+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001122 , 
' female ' , 
' sofia.xu' , 
' ZhaBei District' );
3133
32- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001123 , 
' fmale ' , 
' cora.zhang' , 
' XuHui District' );
34+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001123 , 
' female ' , 
' cora.zhang' , 
' XuHui District' );
3335
34- INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001124 , 
' fmale ' , 
' tom.gao' , 
' HuangPu District' );
36+ INSERT INTO  persons (create_datetime, email, phone, sex, username, zone) 
VALUES  (datetime(
' now' ), 
' [email protected] ' , 
08613000001124 , 
' female ' , 
' tom.gao' , 
' HuangPu District' );
0 commit comments