Microsoft
Software
Hardware
Network
Question : year value
how can you get the current year only from dual, from sysdate value
thanks
Answer : year value
to_char(sysdate,'yyyy')
or
to_number( to_char(sysdate,'yyyy'))
Random Solutions
FTP not working on Windows Server 2008 IIS 7
IIS Web site works in all browsers except Safari on Mac
create xml script using coldfusion
Connecting Outlook 2010 to an exchange server remotely
Microsoft access 2010 pegs the CPU
GFI 2010 Limits exchange 2003 incoming email 2 mb! ARGH!
How do I delete some lines in a text file?
ESXi compatible hardware
Provide Current mm as @AsOfMonth and current yyyy as @AsOfYear
HTML - SQL - Carrying Form Variables from Page to Page