2
DELETE 문에서 별명을 사용할 수없는 이유는 무엇입니까?
Visual Studio 2010의 SQL Server Compact Edition (일반적으로 SQL Server 및 SQL, 잘 모르겠습니다)에서이 명령은 작동합니다. DELETE FROM foods WHERE (name IN ('chickens', 'rabbits')) 그러나이 명령은 다음과 같은 오류를 생성합니다. Error near identifier f. Expecting OUTPUT. DELETE FROM foods f WHERE (f.name IN ('chickens', 'rabbits'))