Hello, I’m a Korean developer.
I want to save ‘select’ query data to a variable.
For example,
Select age from student where id = 2;
—result—
age |
20 |
I have to store ‘20’ values in variables and use it.
I use Postgresql.
Please help me with my problem.