select * from customer where
cust_id = '#cust_id#'
種類編號或名稱重複
insert into customer(cust_id, hkid, family_name, given_name,
address, tel, fax, email, visa)
values ('#cust_id#', '#hkid#', '#family_name#', '#given_name#',
'#address#', '#tel#', '#fax#', '#email#', '#visa#')
資料已經新增
你剛才所輸入的種類資料已新增至數據庫中
回到主頁