Viewing 6 posts - 1 through 6 (of 6 total)
could you explain the code that starts from
SELECT c.Origin, c.Destination, c.Tonnage
,n=ROW_NUMBER() OVER (ORDER...
August 27, 2012 at 2:32 am
Actually when i run this on wamp server it shows following error
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
August 27, 2012 at 2:26 am
I am really sorry but this one is definitely the final problem
here is the new defined problem(forget about the old one):
I m working on something called the analysis of...
August 26, 2012 at 11:15 pm
Actually the data consist of tonnage from each and every origin to each and every destination .... For the return trip from Texas a tonnage value of 0 will be...
August 25, 2012 at 11:30 am
hey sorry forgot to mention this before
arizona alabama 788 is also there in original data
But lets say there is
arizona alabama 0 i.e tonnage value=0
data also...
August 25, 2012 at 1:33 am
Viewing 6 posts - 1 through 6 (of 6 total)