Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Get String between two delimiters

    Hello,

    current block is:

    DECLARE @sampleString VARCHAR(1000) = '#This is a sample string# between two delimiters'

    DECLARE @sampleString VARCHAR(1000) = '#This is a sample string# between two delimiters'

    SELECT Substring(@sampleString, ( Patindex('%#%', @sampleString) +...

Viewing post 1 (of 1 total)