drop table stat1 create table stat1(col1 int, col2 int, col3 binary(6000)) declare @i int set @i=0 while @i < 1000 begin insert into stat1(col1, col2) values (rand()*1000, rand()*1000) set @i=@i+1 end select * from stat1 where col2 > 5
Remember Me
a@href@title, strike
Theme design by Jelle Druyts
Pick a theme: BlogXP sqlx BlogXP sqlx
Powered by: newtelligence dasBlog 2.0.7226.0
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2008, Conor Cunningham
E-mail