Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › SELECT query question.
I created a simple db w/a 1 table and I'm trying to use the 'select' query to grab a subset of data. The problem is, I'm not getting any results. Here is my code:
SELECT * FROM superhero;
SELECT name, weapon
FROM tablename1;
I attached my file below. Thanks-
I solved it. I simply had to execute the query by hitting 'shift F5'.
😀 😀