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 |
|
learntsql
524 Posts |
Posted - 2009-10-07 : 08:44:33
|
| Please provide me the Pyramid logic.as**********.........n times(variable declared) |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-10-07 : 09:01:38
|
[code]select replicate('*', NUMBER)from dbo.F_TABLE_NUMBER_RANGE(1, 100)order by NUMBER[/code] KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
learntsql
524 Posts |
Posted - 2009-10-07 : 09:33:26
|
| ThankQ. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-10-07 : 09:43:36
|
quote: Originally posted by learntsql Please provide me the Pyramid logic.as**********.........n times(variable declared)
Where are you going to use this?MadhivananFailing to plan is Planning to fail |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2009-10-07 : 09:55:39
|
| In Egypt, of course! |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|
|