According to w3schools.com, it looks like the correct SQL SELECT Syntax is:

SELECT column_name,column_name
FROM table_name;

and

SELECT * FROM table_name;

It doesn't explain why, just that's the way it is. <shrug>