【发布时间】:2015-11-04 16:30:35
【问题描述】:
"select tableshow from alltable where branch =
'"+session.getAttribute("Branch")+"' and sem =
'"+session.getAttribute("Sem")+"'";
通过这个查询,我正在获取表的名称,例如让表名是存储在 exe 变量中的“fifthsem”
现在我需要将此变量 exe 作为表名应用查询。 我需要从这个表的过程中获取整个数据并显示在jsp页面中。
使用oracle数据库
【问题讨论】: