Re: Erro ao migrar site de servidor

2015-08-13 Thread Luciano Hoffmann
Boa tarde Michel, caso seu servidor web seja o Apache, verifique se o módulo rewrite está ativo. Já vi alguns casos em que o não carregamento de imagens, js, etc era por este motivo. att. Luciano Hoffmann Em quarta-feira, 12 de agosto de 2015 11:56:00 UTC-3, michel martins escreveu: > &g

compare if a value is between two values in the database

2009-10-23 Thread Luciano Hoffmann
how can I compare if a value is between two values in the database ? Ex: In the database I have a table sequences with the fields sequence_ini and sequence_end I wanna know if the value 1000 is between the sequence_ini and the sequence_end In SQL: SELECT count(id) FROM sequences WHERE 1000 BETW