S
subs
i have a table with weights as a column such as
weight wgt range
2000
1200
50
80
12000
i want a SQL query which can update the wgt range column automatically
with the run of the query
for example in the above example the wgt range column will be
Wgt range
1000-2000
1000-2000
1-1000
1-1000
11000-12000.
Range is in steps of 1000. Pls help with SQL query. i could do this in
design view by updating each time with a criteria. i want a sql query
which can do this at one shot. Pls help Thanks
weight wgt range
2000
1200
50
80
12000
i want a SQL query which can update the wgt range column automatically
with the run of the query
for example in the above example the wgt range column will be
Wgt range
1000-2000
1000-2000
1-1000
1-1000
11000-12000.
Range is in steps of 1000. Pls help with SQL query. i could do this in
design view by updating each time with a criteria. i want a sql query
which can do this at one shot. Pls help Thanks