Splitting the String

  • HI;

    I want to split the column name and values passing string format in stored procedure

    How can i split the string.

    ex

    'V_Name=''Compas'',V_Name_Type=''8'''

    Column name = V_Name,V_Name_Type

    columnvalues=Compas,8

  • take a look at the link in my signature for the string splitter

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

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