MySQL Forums
Forum List  »  Oracle

Is the TO function support available in MySql
Posted by: Vengadessa Djearamane
Date: February 09, 2010 09:38AM

h_ervRecord.imsi, h_ervRecord.mscAddress, h_ervRecord.countryCode,
h_ervRecord.NationalNumber, TO_TIMESTAMP_TZ(h_ervRecord.StartofCall,'YY
YYMMDDHH24MISS.FF6'),
TO_NUMBER(h_ervRecord.StartofCall), MOD(TRUNC(TO_NUMBER(TO_CHAR(TO_TIME
STAMP_TZ(h_ervRecord.StartofCall,'YYYYMMDDHH24MISS.FF6'),'J'))),40),
h_ervRecord.mCC, h_ervRecord.mNC, h_ervRecord.networkIndicator,

throws following error:

ervreadutils.c: In function `insertErvRecord':
ervreadutils.c:207: warning: implicit declaration of function `TO_TIMESTAMP_TZ'
ervreadutils.c:207: character constant too long
ervreadutils.c:208: warning: implicit declaration of function `TO_NUMBER'
ervreadutils.c:208: warning: implicit declaration of function `MOD'
ervreadutils.c:208: warning: implicit declaration of function `TRUNC'
ervreadutils.c:208: warning: implicit declaration of function `TO_CHAR'
ervreadutils.c:208: character constant too long

Options: ReplyQuote


Subject
Views
Written By
Posted
Is the TO function support available in MySql
3749
February 09, 2010 09:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.