|
Postada em 11/07/2006 16:10 hs
galera, blz?? Acho q ja ate fiz essa pergunta antes e mais uma vez surgiu a duvia mas n estou conseguindo achar a resposta. O que ha de errado com essa SQL?? SELECT * FROM PAGAR WHERE DESCRICAO LIKE '%A%' and POS = '1' and EMISSAO between '#1975-02-23#' and '#1975-02-23#' Nào estou conseguindo fazer o between entre as datas. Estou utilizando Mysql Agradeço desde já
Knight http://host.csti.eti.br CSTI WebHosting Hospedando Idéias
|
|
|
|
Cardoso G
|
PATOS DE MINAS MG - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 11/07/2006 16:14 hs
SELECT * FROM PAGAR WHERE DESCRICAO LIKE '%A%' and POS = '1' and EMISSAO between #1975-02-23# and #1975-02-23# tire as aspas
|
|
|
|
Postada em 11/07/2006 16:20 hs
Já fiz isso não funcionou
Knight http://host.csti.eti.br CSTI WebHosting Hospedando Idéias
|
|
|
|
Postada em 11/07/2006 16:22 hs
podemos fazer tentativas...tire as as # e deixe as aspas simples se não funcionar substitua os traços por barras
|
|
|
Knight
|
GOIÂNIA GO - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 11/07/2006 16:36 hs
Tentei between #1975/02/23# and #1975/02/23# e nada between '1975/02/23' and #1975/02/23' e nada between #1975/02/23# and #1975/02/23# e nada between '#1975/02/23#' and '#1975/02/23#' mostra todas as datas
Knight http://host.csti.eti.br CSTI WebHosting Hospedando Idéias
|
|
|
|
Postada em 11/07/2006 17:06 hs
between '1975-02-23' and '1975-02-23' e assim? tentou?
|
|
|