TSQL: DELETE FROM Joined Table Posted by herbee on Wednesday, 19.October.2011 DELETE TableA FROM TableA AS a INNER JOIN TableB AS b ON a.BId = b.BId WHERE [filter condition] Rate this: Share this:FacebookTwitterStumbleUponDiggRedditEmailLike this:LikeBe the first to like this post.