Feb 27, 2007 #1 A Ace-SG1- http://kalserverace.com Joined Sep 12, 2006 Messages 477 Reaction score 17 Location Hawaii 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.
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.
Feb 27, 2007 #2 Negata Watching from above Legend 1000 Posts Trophy Point Collector 20 Happy Years Legends Never Die Joined Apr 9, 2004 Messages 3,824 Reaction score 746 Location Finland What do you mean? :huh:
Feb 27, 2007 #3 D Diran1993 Newbie Spellweaver 10 Happy Years Joined Feb 24, 2007 Messages 7 Reaction score 0 jou are weird lol
Feb 27, 2007 #4 FragFrog Custom Title Activated Loyal Member 1000 Posts Trophy Point Collector 20 Happy Years Joined Aug 8, 2004 Messages 3,892 Reaction score 20 Location The Netherlands number = number + 1 But looks like you're fooling around with wrong array indices, try to focus on the source of the problem instead of creating a workaround.
number = number + 1 But looks like you're fooling around with wrong array indices, try to focus on the source of the problem instead of creating a workaround.
Mar 1, 2007 #5 username1 Divine Celestial 500 Posts Trophy Point Collector 20 Happy Years Joined Jul 7, 2004 Messages 853 Reaction score 5 sage Go and read the manual. If there is no MSSQL manual (and I do NOT believe that to be the case), use the MySQL Reference Manual.
sage Go and read the manual. If there is no MSSQL manual (and I do NOT believe that to be the case), use the MySQL Reference Manual.