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 date BETWEEN $inicial AND $final; and SELECT * FROM table WHERE (date > $inicial) AND (date < $final); But I just can�t get it done... Thanks in advance...
-- Diogo N Oliveira - Instrutor EAD - Senai CEDESG -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
