Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select substring(field,1,7)+'-'+substring(filed,8,?)
Declare @Test VarChar(20)
Set @Test = '071106100'
Select Stuff(@Test, 7, 0, '-')
Insert into GeorgesBrain(Data, Data, Data)
(Select *
From BOL
Where Info not in (Select Distinct Data
From GeorgesBrain)