#查询名字以“王”开头的学生信息。 #select * from student where sname regexp '^王'; #查询班长表中电话号中出现“98”数字的班...
IP属地:河南
#查询名字以“王”开头的学生信息。 #select * from student where sname regexp '^王'; #查询班长表中电话号中出现“98”数字的班...
package test; import java.awt.*; import java.awt.event.*; public class Example08 { publ...