mybatis多表查询问题

两张表,会员和店铺,会员分为普通会员和VIP,店铺分为个人和企业店铺,mysql数据库,现在要统计出普通会员数量、VIP数量、个人店铺数量、企业店铺数量,让其在页面中显示出来,跪求怎么写?新手,麻烦写详细些。

private static void handleException(Exception e)
{
String msg = null;
if (e instanceof InvocationTargetException)
{
Throwable targetEx = ((InvocationTargetException) e)
.getTargetException();
if (targetEx != null)
{追问

数据库语句怎么写呢?

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答