Good Night,
I have a database with several tables and I need to do a query relationship 4 tables
CREATE TABLE IF NOT EXISTS 'cad_cliente' (
'id_cliente' smallint(5) unsigned NOT NULL,
'nome_cliente' varchar(45) NOT NULL,
'nom...
asked by
06.07.2015 / 23:00