Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

QUERY on tomorrows date..SQL windows 32 ver.1.5

Status
Not open for further replies.

tav1035

MIS
May 10, 2001
344
US
I have software with oracle data base... I need to write a query that displays all my workorders from tomorrows date only.
My query looks like this:

WHERE WORKORDER.STATUS = 'WAPPR' AND WORKORDER.SCHEDSTART = '2001-11-14' AND
WORKORDER.WOEQ9 = 'SEACS00'

I need the sched.start date to be the current date +1 or tomorrows current date.

How Do I Do This?
Appreciate any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top