Home » SQL & PL/SQL » SQL & PL/SQL » Dates in the same calendar week.
Dates in the same calendar week. [message #753] Fri, 01 March 2002 11:18 Go to next message
Binu Thomas Kurien
Messages: 1
Registered: March 2002
Junior Member
How do I compare two dates and verify if they are in the same calendar week.
Re: Dates in the same calendar week. [message #773 is a reply to message #753] Mon, 04 March 2002 01:33 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
if abs(date1-date2)<7 then
...
else
...
end if;
Previous Topic: Exception Reserved word
Next Topic: How can I combine 2 queries (GROUP BY) into 1 query
Goto Forum:
  


Current Time: Thu Mar 28 19:54:08 CDT 2024