I have a column named DateTime in a table. The format of date and time is as follows:
9/9/2009 21:23:31
25/12/1991 8:3:23
means There is a space b/w date and time. Date Month Year is seperated by '/' and time by ':'
Now, I need to seperate date and time. I want two new attributes Date and Time with respected outputs. Thanks in advance.