Re: DBI - SELECT by Date

2005-05-05 Thread John Doe
Am Donnerstag, 5. Mai 2005 22.46 schrieb Diogo Nunes de Oliveira: > Hi all, Hi Diogo > I´m having quite a problem here... My script works with postgree. Now i > want to get a result from a date range... But I just can´t get it done... > Explaining... Let´s supose I want to get all registers from

DBI - SELECT by Date

2005-05-05 Thread Diogo Nunes de Oliveira
Hi all, I´m having quite a problem here... My script works with postgree. Now i want to get a result from a date range... But I just can´t get it done... Explaining... Let´s supose I want to get all registers from 05/01/2005 to 05/05/2005. How do I do that? I´m trying SELECT * FROM table WHERE dat