| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
[MSSQL] Adding Numbers?
any one knows how to add numbers in MSSQL? as in like this
1 = 2 2 = 3 3 = 4 4 = 5 5 = 6 6 = 7 7 = 8 8 = 9 9 = 10 10 = 11 its for Kalonline Items... and theres over 225227 rows... thx. |
|
#2
|
|||
|
|||
|
mysql_query("Update tablename set item=item+1'");
Might work |
![]() |
| Viewing: Tutorialized Forums > Databases > MsSQL > [MSSQL] Adding Numbers? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|