Please help!!!
I am not a database developer although I've always thought I was pretty good for a non-specialist. I guess, I was wrong.
I am trying to join two queries.
I am not sure what I am doing wrong, seems like such a trivial command but I keep getting a syntax error message.
My query is:
SELECT *
FROM 023_Option_Total_2018 NATURAL JOIN 023_Option_Total_2025;
These are basically two queries with absolutely similar structure, except one goes from 2011 to 2018 and the other from 2019 to 2025
Why is my "From" wrong? what am I missing?