MySQL 쿼리문 수정(2021-09-08)

https://kimvampa.tistory.com/247
This commit is contained in:
SeoJin Kim
2021-09-08 21:19:59 +09:00
parent 99677738f4
commit 59e109646a
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
<!-- 상품 총 개수 -->
<select id="goodsGetTotal" resultType="int">
select count(*) from vam_book
select count(*) from vam_book a
<include refid="criteria"></include>

View File

@@ -48,7 +48,7 @@
<!-- 상품 총 개수 -->
<select id="goodsGetTotal" resultType="int">
select count(*) from vam_book
select count(*) from vam_book a
<include refid="criteria"></include>