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
Oracle SQL -- NULL VS COALESCE
Opening subform in dataentry mode
Inserting Multiple Records without the Coldfusion Evaluate Function...
Update field in table with unbound field on form.
IBM Setup Disc for x3400 Server
MAC, OS 10.4: How to Remote access (like VNC) without installing a software
Copy active sheet to email body save to draft folder
Visual Studio 2010 Hotkey Underline not showing up
Unique Transaction
Script that works as a login script need to query on a list of machine names in a txt file.