Sybase to equivalent oracle -


below sybase query ::

select id, + "|", + substring(name, 1, 35), + "|", +        substring(convert(datetime,dateadd(ss, dt,"01/01/1900")),1,20) + " time" +        "|" + isnull(crnumber," ")   alertmods modtype = 1 

i have migrated oracle:: used concat , substr.these changes alternative.please suggest me whether using right alternative in oracle.

thanks


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -