svennkjetil
Programmer
Hi.
I have a table that looks like this:
Id Value
1 2.3
2 2.9
3 3.2
4 1.8
5 9.2
... and so on.
I want to print the value for id: 1, 5, 7, 13 and 22. How can I accomplish this?
Svenn Kjetil
I have a table that looks like this:
Id Value
1 2.3
2 2.9
3 3.2
4 1.8
5 9.2
... and so on.
I want to print the value for id: 1, 5, 7, 13 and 22. How can I accomplish this?
Svenn Kjetil