Hi,
I would like to update my dtb (in Access) on class information.
The database looks like that:
nr_sim Euler_id EL_Gross class
3172 15013729 13452345
3167 15297205 234514
3169 96873838 1345
3173 70984066 25134
3170 70584807 123
3168 70816660 235134
3171 70282458 1452145
3173 70941751 1345
3168 95030718 1451345
3168 43446420 14351
I would like to split this values (update then aggregate) into classes defined in dictionary table (which includes 10000 classes with fixed parameters 'from' 'to')
The dictionary looks like that:
class No from to
1 0 1933
2 1933 3866
3 3866 5799
4 5799 7731
5 7731 9664
6 9664 11597
7 11597 13530
Have anyone has an idea what query (SQL) should work for that?
Thanks
I would like to update my dtb (in Access) on class information.
The database looks like that:
nr_sim Euler_id EL_Gross class
3172 15013729 13452345
3167 15297205 234514
3169 96873838 1345
3173 70984066 25134
3170 70584807 123
3168 70816660 235134
3171 70282458 1452145
3173 70941751 1345
3168 95030718 1451345
3168 43446420 14351
I would like to split this values (update then aggregate) into classes defined in dictionary table (which includes 10000 classes with fixed parameters 'from' 'to')
The dictionary looks like that:
class No from to
1 0 1933
2 1933 3866
3 3866 5799
4 5799 7731
5 7731 9664
6 9664 11597
7 11597 13530
Have anyone has an idea what query (SQL) should work for that?
Thanks