SQLQuery select a.online, a.PicDefault, a.Age, b.* from UserTable a JOIN cad_perfil b ON a.id = b.id_usu where a.online = 1 and a.PicDefault <> 0 and a.Age >= 15 and a.Age <= 30 and b.sexo = "masculino" and b.opc_sexual = "" and b.intencao = "" and b.cidade = "rio de janeiro" and b.estado = "RJ" and b.pais = "brasil" and b.estatura = "mediana" and b.fisico = "em forma" and b.pele = "pardo mulato" and b.civil = "" and b.religiao = "judaica" and b.filhos_f = "não" and b.filhos_h = "não" b.formacao = "superior" and b.fumante = "não"
MySQL Error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'b.formacao = "superior" and b.fumante = "não"' at line 5
Pergunta
Guest - serraventura -
Error in MySQL
MySQL Error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'b.formacao = "superior" and b.fumante = "não"' at line 5
File /home/httpd/html/teste.com.br/html/resultado_avanc.php
Line 23
Alguém sabe dizer o q fiz de errado nessa query
ela no script
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados