I have problems with the following query:
INSERT INTO 'pasajeros' ( 'nombre','apellidos','email','password','telefono')
VALUES ('Alexandra','Gonzalez','
[email protected]','1234567!','04242344556' )
WHERE NOT EXISTS ( SELECT * FROM 'transportista...
asked on
16.03.2017 / 21:04