SQL: Finding 2nd Tuesday in a month using sysdate

Soldato
Joined
26 Jan 2003
Posts
3,704
Location
Nottm
Hello all,

Does anyone know how to find the second Tuesday of a month, every month using sysdate?

I'm trying to schedule a script which will check sysdate and then work out from sysdate the 2nd Tuesday in that month.

Any help appreciated.
 
No bother, its a while since i've done any sys programming, and here's a good way to check out my knowledge.

SQL is a bit jiggery pokery in working with dates, but aboves the most simple way I can think of explaining such a way to do what you need to do.
 
Back
Top Bottom