摘要:
create table tb(id int,name varchar(100))insert into tbselect 1,'aaa'union select 1,'aac'union select 1,'a3a'union select 1,'ada'union select 2,'aa'union select 2,'a5aa'union select 2,'aa5'union selec... 阅读全文
posted @ 2006-10-19 18:15
tohen
阅读(426)
评论(0)
推荐(0)