|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 8:33 AM
Points: 23,
Visits: 167
|
|
I am trying to extract just the time portion of the datetime field. i am creating a view in MYSql which will then be queried via an openquery statement form SQL Server and it needs to be a CHAR field.
SELECT substr(`calldate`,12,8) AS 'TIME' FROM `asteriskcdrdb`.`cdr`;
the calldate field is defined as datetime in MYSql. i need just the time portion and to save it as a CHAR filed for SQL Sever. as you can see I am clueless.
Thank you
calldate field: in table 2013-01-02 15:10:41
|
|
|
|