0

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?

Janez Kuhar
  • 3,705
  • 4
  • 22
  • 45
XtinaG
  • 1
  • 1
  • Does this answer your question? [How to select a column name with a space in MySQL](https://stackoverflow.com/questions/14190798/how-to-select-a-column-name-with-a-space-in-mysql) – Janez Kuhar May 11 '21 at 20:37
  • You should NEVER EVER have a space in your column names. Very poor database design. – dmikester1 May 11 '21 at 20:39

0 Answers0