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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -