mysql>insert into user(name,age,gender,self_introduction)values('John',25,'male','I am from Minnesota.My father is a Japanese language teacher, my mother is a math teacher, and both parents grew up as teachers.My favorite subject is science, and I want to be a scientist in the future.');
mysql>insert into user(name,age,gender,self_introduction)values('Tom',18,'male','I am from Minnesota.My father is a Japanese language teacher, my mother is a math teacher, and both parents grew up as teachers.My favorite subject is science, and I want to be a scientist in the future.');
コメントを残す