delete from TABLEA A where A.FIELD1=10 (ORACLE适用)delete TABLEA from TABLEA A where A.FIELD1=10 (SQLSERVER适用)delete from TABLEA where TABLEA.FIELD1=10 (Ora/SQL均适用)