|
|
|
อยากได้คำสั่ง check exists ว่ามีข้อมูลนี้อยู่ในฐานข้อมูล เกิน 5 รึยังถ้า ยังให้บันทึก ถ้าครบ 5 ไม่ต้องบันทึก |
|
|
|
|
|
|
|
Code (SQL)
insert into table
select 'data for filed 1', 'data for filed 2', 'data for filed 3'
from table where id=1234
group by id
having count(id)<5
|
|
|
|
|
Date :
2015-03-18 21:04:33 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|