Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Split column data into 2 columns

    If the length of ivalue is fixed, then even the following query will do..

    select id, substring(ivalue,1,1), substring(ivalue,3,10)

    from Results

    - baski

Viewing post 1 (of 1 total)