dennisreis Posted November 18, 2011 Report Share Posted November 18, 2011 Boa tarde, pessoal!Como faço para consultar varios municipios em uma tabela. fiz assim:select id, nome, fantasia, endereco, bairro, municipio, uf, representantefrom cad_clifor where municipio='GUARULHOS' and uf='SP'order by nome ascBusca somente Guarulhos, mas agora preciso pesquisar outros municpios, tente: where municipio='GUARULHOS', 'DIADEMA', 'MAUA', 'são BERNARDO DO CAMPO', 'são CAETANO DO SUL', 'RIBEIRAO PIRES'Deu erro.Não sei por que aqui são saiu com acento, mas não tem.Grato pela ajuda.Abs a todos. Quote Link to comment Share on other sites More sharing options...
0 fulvio Posted November 18, 2011 Report Share Posted November 18, 2011 Boa tarde Dennis, A sintaxe está incorreta, seria: where municipio in ('GUARULHOS', 'DIADEMA', 'MAUA', 'são BERNARDO DO CAMPO', 'são CAETANO DO SUL', 'RIBEIRAO PIRES') Quote Link to comment Share on other sites More sharing options...
0 dennisreis Posted November 18, 2011 Author Report Share Posted November 18, 2011 Fulvio, muito obrigado.Abs, Quote Link to comment Share on other sites More sharing options...
Question
dennisreis
Boa tarde, pessoal!
Como faço para consultar varios municipios em uma tabela. fiz assim:
select id, nome, fantasia, endereco, bairro, municipio, uf, representante
from cad_clifor
where municipio='GUARULHOS' and uf='SP'
order by nome asc
Busca somente Guarulhos, mas agora preciso pesquisar outros municpios, tente:
where municipio='GUARULHOS', 'DIADEMA', 'MAUA', 'são BERNARDO DO CAMPO', 'são CAETANO DO SUL', 'RIBEIRAO PIRES'
Deu erro.
Não sei por que aqui são saiu com acento, mas não tem.
Grato pela ajuda.
Abs a todos.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.