delete from tb where Parent in (select ID from tb where Parent = @ID)
delete from tb where Parent = @ID
delete from tb where ID = @ID这个貌似可以
有没有更好的