有两张表 一个张表stuInfo有studenNo,studentName,studentSex,studentBirthDate ,course1,course2,course3 等字段
另一张表 studentImage有 studentNo,studentPhoto 等字段.
一个页面里有一些数据,要分别插入这两张表里,其中stuInfo.studentNo=studentImage.studentNo 的,那一条insert 语句要怎么写?