I have a 6 character field named "todaysDate" that I want to load with today's date using SQL.
The stmt below works well, but one would think that there should be a much simpler stmt to load a commonly used date format.
Is there a simpler SQL stmt?
Thanks
update myFile set todaysDate = right(replace(char(current date,iso),'-',''),6)
______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs Skyscan service.
For more information please visit
http://www.symanteccloud.com
______________________________________________________________________