I want to store a query result in a variable so that I can retrieve the values jus by using the variables
I tried
Set A= select B from TABLE_NAME
But it is not working , Can anyone give me the correct syntax