Hello all,
cant create new table. This is the submitted query:
CREATE TABLE IF NOT EXISTS `#__chronoforms_data_Kontakt` ( `name` VARCHAR(255), `strasse` VARCHAR(255), `plz_ort` VARCHAR(255), `mail` VARCHAR(255), `nachricht` VARCHAR(255), `input_submit_12` VARCHAR(255), );
The problem occurs because of the last komma in query. How to solve it?
				
				
				
			cant create new table. This is the submitted query:
CREATE TABLE IF NOT EXISTS `#__chronoforms_data_Kontakt` ( `name` VARCHAR(255), `strasse` VARCHAR(255), `plz_ort` VARCHAR(255), `mail` VARCHAR(255), `nachricht` VARCHAR(255), `input_submit_12` VARCHAR(255), );
The problem occurs because of the last komma in query. How to solve it?
This topic is locked and no more replies can be posted.
		
	
  