andrecabrita
Technical User
Hi,
I have two table, table1 where I have the fish weight and the FCR and table 2 the average weight on each pond, so I would like to have a select that allows me to cross the two table and get the FCR correpond, like shown here:
Thank you very much
Result
pond FCR
1 0,25
2 0,24
3 0,1
4 0,2
Table1
grams FCR
0 0,25
100 0,24
200 0,23
300 0,22
400 0,2
500 0,1
Table2
pond g
1 22
2 124
3 1500
4 450
I have two table, table1 where I have the fish weight and the FCR and table 2 the average weight on each pond, so I would like to have a select that allows me to cross the two table and get the FCR correpond, like shown here:
Thank you very much
Result
pond FCR
1 0,25
2 0,24
3 0,1
4 0,2
Table1
grams FCR
0 0,25
100 0,24
200 0,23
300 0,22
400 0,2
500 0,1
Table2
pond g
1 22
2 124
3 1500
4 450