You cannot create a view which is self-referenced.
SQL Server 2005
The view definition's FROM clause includes the name of this view. Remove the view name from the FROM clause.
The view definition's FROM clause includes the name of this view. Remove the view name from the FROM clause.