Best unofficial Apache Server developers community |
|
I'm not sure this is possible, but the code I tried using first is:
The query itself works fine, and the syntax for the table works fine, but the combination is what it really doesn't like. Does it have a problem creating a table from a left join query?
posted via StackOverflow
|
|
 
|
If there is any auto increment column in your existing tables that will be not remain auto_increment in the table to be created. You could try by selecting columns instead of |
|
 
|
copy-pasted it from http://www.tizag.com/mysqlTutorial/mysqltables.php |