Microsoft
Software
Hardware
Network
Question : string to date
Hey
I gave a string that stores a date ( 20091211205325-032babb7). The first 4 characters are year, next 2 are month and the next 2 are day. What I want to do is change the format to MMDDYYYY and update a date column called xdate.
I cant figure out the sql statement
Answer : string to date
update tbl set xdate = left(badfield, 8)
Random Solutions
thumb drive with AES encryption & substitute for it
Having trouble connecting to Oracle database Error : TNS protocol error 12560
Outlook 2007 Signature File Location
How do I uninstall unsigned system drivers
A data key for DataTable?
How to unzip a single file from a zipped subdirectory
RSS feed creation from bookmark tool
VBS Count Down Date Script that will Lock User AD Account
How to split the string using "\n" in C#
how to write to hfsplus drive with journeling from linux?