Hello all,
Quick question, I have a table inported from an Excel sheet with tons of information. The table is set up like this
CODE.......YEAR.......L1............. L2............ L3............ L4
...A...........2000........5..............9..............3..............6
...A...........1999........2..............8..............7.............12
...B...........2000........1..............6..............4..............2
...B...........1999........7..............5..............9..............15
Now the problem is I need to query it by Code, Year, and L#
( Example A 1999 L3 = 7) Now I know I could make a colume called L# or somthing llike that and make the table look like this
.Code........Year...........L#..........Value
...A........... 2000...........1..............5
...A............2000...........2..............9
...A............2000...........3..............3
But with 1500 rows all ready that would make for a big table and a lot of work. Any idaes would be greatly appreciated.
Quick question, I have a table inported from an Excel sheet with tons of information. The table is set up like this
CODE.......YEAR.......L1............. L2............ L3............ L4
...A...........2000........5..............9..............3..............6
...A...........1999........2..............8..............7.............12
...B...........2000........1..............6..............4..............2
...B...........1999........7..............5..............9..............15
Now the problem is I need to query it by Code, Year, and L#
( Example A 1999 L3 = 7) Now I know I could make a colume called L# or somthing llike that and make the table look like this
.Code........Year...........L#..........Value
...A........... 2000...........1..............5
...A............2000...........2..............9
...A............2000...........3..............3
But with 1500 rows all ready that would make for a big table and a lot of work. Any idaes would be greatly appreciated.
PHP: