SQL标签库是JSTL四个标签库之一。
函数功能
JSTL包括四个标签库,即
Core标签库、XML标签库、国际化与
格式化标签库和SQL标签库,这里介绍SQL标签库
几种方式
一.连接MySQL的几种方式
二.和(/可以用于query和update)
select * from dept
select * from dept where deptid=? and deptname=? and createtime=?
wuhui
new Date()
update dept set deptid=? and deptname=?
wuhui
and语句