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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Just need data from the weekend 2

Status
Not open for further replies.

porps

Technical User
Nov 6, 2008
2
0
0
US
Hi everyone!

I'm trying to use the Select Expert to only pull data from an Oracle DB that happened on the weekend. Any hints?

Thanks so much!
 
Function Day() returns day number of week.

day(05/Feb/2009) will retur 5 = Thursday.

In Crystal terms Sataurday is 7 and Sunday = 1.

You can use this to define weekends only

Ian
 
I'm sure Ian means dayofweek(). Day() returns the day of the month.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top