select * from table1,table2 where table1.UserName='..' and table2.UserName='..'
这样查询出来的结果集中就包含了两张表的信息 其中where后面的条件分别为两张表的查询条件,互不影响
希望对你有帮助,祝你好运!!!
从页面获取汉字的时候最好request.setcharacterencoding("gbk");
post提交方式可以用过滤器解决
不过get方式则需要在tomcat
的配置文件中配置汉字编码
sql语句来查询两张表吧