TarunAgarwal
Programmer
Hi,
I have a column by the name of Request Date in my table, which is of type String. The date value (with time stamp) is being stored in this column with the format as string...
Now when I group by request date, using the datevalue function, the time stamp is being ignored, since the datevalue function only returns the date part of the string.
The time stamp is critical for me and I require it. Is there any function, which takes the time stamp also? I cant change the Request Date data type to Date. It has to be of String Type only.
Please help!
Regards,
Tarun
I have a column by the name of Request Date in my table, which is of type String. The date value (with time stamp) is being stored in this column with the format as string...
Now when I group by request date, using the datevalue function, the time stamp is being ignored, since the datevalue function only returns the date part of the string.
The time stamp is critical for me and I require it. Is there any function, which takes the time stamp also? I cant change the Request Date data type to Date. It has to be of String Type only.
Please help!
Regards,
Tarun