I need to display the part of the string 'Governmental - Facilities: 1000-70202-60200',
so the expected result is '1000-70202-60200'
In Oracle, I assume I would use substr and instr functions.
Please give the idea how to solve the problem in SQL Server?
Thanks