• Try this to get the records start with "Cu_"

    select * from #Like_Test where Col1 Like 'Cu[_]%'