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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -