breno.cg 0 Denunciar post Postado Novembro 28, 2003 Alguém sabe por que está dando erro nesta consulta?select M.Nome z,EV.CodEvento a,EV.Nome b,EV.Local c,EV.dtini d,EV.dtfim e,EV.BreveHistorico ffrom 01Municipios M,10Eventos EVwhere M.CodMunicipio = EV.CodMunicipio AND EV.dtini >= '2003-01-01' AND EV.dtfim <= '2003-01-31'UNION SELECT M.Nome z,EV.CodEvento a,EV.Nome b,EV.Local c,EV.dtini d,EV.dtfim e,EV.BreveHistorico ffrom 01Municipios M,10Eventos EV where M.CodMunicipio = EV.CodMunicipio AND EV.dtini = '0000-00-01'Dá esso erro:You have an error in your SQL syntax near 'union select M.Nome z,EV.CodEvento a,EV.Nome b,EV.Local c,EV.dtini d,EV.dtfim e,' at line 1estou usando MYSQL 3.23.46 Compartilhar este post Link para o post Compartilhar em outros sites
Pmichelazzo 0 Denunciar post Postado Dezembro 9, 2003 Isso deve responder: UNION is implemented in MySQL 4.0.0 http://www.mysql.com/doc/en/UNION.html []s Compartilhar este post Link para o post Compartilhar em outros sites