This is probably very simple, but I can't figure it out. How would I pull db info from a database as a variable? Like, let's say I have this SQL query:
SELECT * FROM table_blah
How would I take the info from the rows I choose and put them in variables? Like, if I have a row named "random" and I want to pull that information out. How do I assign that to a variable?
If this is confusing, I'm sorry. I don't really know how to word what I'm going for.