select * from product where prod_id = '#prod_id#'
輸入不正確。你犯了以下錯誤:
貨物編號太長。請勿輸入超過 10 個字位的編號。
貨物名稱太長。請勿輸入超過 30 個字位的貨物名稱。
貨物編號重複
select * from prodtype where type_name = '#type#'
insert into product (prod_id, product_name, quantity, cost, type)
values ('#out_id#', '#out_name#', #out_quantity#, #out_cost#, '#out_type#')
你剛才所輸入的資料已新增至數據庫中
回到主頁