close
LV超3A名牌購物網
1.請問我該如何讓他判斷重複的就不要新增呢
A:
if (select count(name) from tablea where name='abc')>0
begin
/*重覆了*/
retun
end
else
begin
/*新增*/
end
2.有三十個預存程序,這樣會降低程式在跑的速度嗎
A:不會影響
參考資料
池龍工作室
LV超3A名牌購物網
全站熱搜
留言列表