How can I insert my variable into this line of SQL code or is there a better way to do this?
I am trying to take the country that the user inputs and check my database for said country, and find its corresponding country code. I will then take that country code and insert it into a different table. However i’m not sure where i’m going wrong in this particular line of code.