W
woshishei
Unregistered / Unconfirmed
GUEST, unregistred user!
有 这样一个表【Create Table aaa
(
No1 int,
No2 int
)
Delete From aaa
insert into aaa(No1,No2)
values(0,1)
insert into aaa(No1,No2)
values(1,2)
insert into aaa(No1,No2)
values(1,3)
insert into aaa(No1,No2)
values(1,4)
insert into aaa(No1,No2)
values(1,5)
insert into aaa(No1,No2)
values(1,6)
insert into aaa(No1,No2)
values(2,7)
insert into aaa(No1,No2)
values(2,8)
insert into aaa(No1,No2)
values(2,9)
insert into aaa(No1,No2)
values(2,10)
insert into aaa(No1,No2)
values(7,11)】
我想用[red]递归[/red]的方法删除所有的行 我做了半天做不出来 帮我看看 好吗??先谢谢大虾们了
(
No1 int,
No2 int
)
Delete From aaa
insert into aaa(No1,No2)
values(0,1)
insert into aaa(No1,No2)
values(1,2)
insert into aaa(No1,No2)
values(1,3)
insert into aaa(No1,No2)
values(1,4)
insert into aaa(No1,No2)
values(1,5)
insert into aaa(No1,No2)
values(1,6)
insert into aaa(No1,No2)
values(2,7)
insert into aaa(No1,No2)
values(2,8)
insert into aaa(No1,No2)
values(2,9)
insert into aaa(No1,No2)
values(2,10)
insert into aaa(No1,No2)
values(7,11)】
我想用[red]递归[/red]的方法删除所有的行 我做了半天做不出来 帮我看看 好吗??先谢谢大虾们了