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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -