sql - mysql statement returns syntax error -
I get the following error for some reason to run the code given below:
# 1064 - There is an error in your SQL syntax; I do not understand what I am doing, thanks for any suggestions!
select pslatlong postcodes_demographics. *, Latlon1. *, join latlon1 from postcodes_demographics to INNER postcode_demographics.postcode = latlon1.postcodens;
You have a misguided comma:
SELECT postcodes_demographics *, Latin 1 *, & Lt; --- Here Remove it.
Comments
Post a Comment