J
Jenny
Hi ,
I have a basic question about SQL.
I need to delete a record from customer list and the Syntax is as
below:
DELETE tblcustomer.* FROM tblcustomer
WHERE (((tblcustomer.Customer_Name)='ics'));
However, the result shows only one Deleted record "ICS".
Do I miss anything?
Thanks
Jenny
I have a basic question about SQL.
I need to delete a record from customer list and the Syntax is as
below:
DELETE tblcustomer.* FROM tblcustomer
WHERE (((tblcustomer.Customer_Name)='ics'));
However, the result shows only one Deleted record "ICS".
Do I miss anything?
Thanks
Jenny