mybatis多表查询问题 10
两张表,会员和店铺,会员分为普通会员和VIP,店铺分为个人和企业店铺,mysql数据库,现在要统计出普通会员数量、VIP数量、个人店铺数量、企业店铺数量,让其在页面中显示...
两张表,会员和店铺,会员分为普通会员和VIP,店铺分为个人和企业店铺,mysql数据库,现在要统计出普通会员数量、VIP数量、个人店铺数量、企业店铺数量,让其在页面中显示出来,跪求怎么写?新手,麻烦写详细些。
展开
1个回答
展开全部
private static void handleException(Exception e)
{
String msg = null;
if (e instanceof InvocationTargetException)
{
Throwable targetEx = ((InvocationTargetException) e)
.getTargetException();
if (targetEx != null)
{
{
String msg = null;
if (e instanceof InvocationTargetException)
{
Throwable targetEx = ((InvocationTargetException) e)
.getTargetException();
if (targetEx != null)
{
追问
数据库语句怎么写呢?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询