摘要: 1、统计一下插入的数据总数SELECT COUNT(giftCertificateId) AS number FROM gift_certificate WHERE giftCertificateNo LIKE 'boc%';SELECT giftCertificateId, COUNT(gc.`g... 阅读全文
posted @ 2014-10-20 12:02 kin2321 阅读(185) 评论(0) 推荐(0) 编辑