I am doing a simple execution in MySQL workbench, the syntax is correct but nothing is happening.
select first name from employees;
only that but nothing is happening on the table. can someone what might be the problem?
I am doing a simple execution in MySQL workbench, the syntax is correct but nothing is happening.
select first name from employees;
only that but nothing is happening on the table. can someone what might be the problem?