Oracle to SQL Server

  • How can we migrate the below which is in Oracle in SQL Server

    -- BLOB JUNK

    AMOUNT := DBMS_LOB.GETLENGTH(REC.BLOB_ITEM)

  • Sorry to ask you this question , But can explain what does this statement do? Does it assign the length of the column with blob datatype to amount or something like that?

    Thanks

     

    Prasad Bhogadi
    www.inforaise.com

  • Try

     

    amount = datalength(tblname.field)

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply