摘要: select * from ( select '1 ' as table_name,count(1) as cnt union all select '2 ' as table_name,count(1) as cnt union all select '3 ' as table_name,coun 阅读全文
posted @ 2021-02-24 10:58 chenzechao 阅读(117) 评论(0) 推荐(0)