Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2007-11-24 : 04:12:45
|
| for(i=1;i<=40;i++){for(j=1;j<=8;j++){insert into Dept_Content(dept_detail,deptid,subid) values('a'+ j ,i,j)}}i want to insert records like this but it doesnt work, what is wrong ?please help me out |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
|
|
|