18 lines
		
	
	
		
			797 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			797 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
INSERT INTO dbo.Base_WeldingLocation(WeldingLocationId,WeldingLocationCode)
 | 
						|
VALUES( '13170FAE-2026-4176-956B-A21604AF0DF8' ,'1F')
 | 
						|
GO
 | 
						|
INSERT INTO dbo.Base_WeldingLocation(WeldingLocationId,WeldingLocationCode)
 | 
						|
VALUES( '5BFAC46F-3688-4EBF-9463-C36A95DC6469' ,'2F')
 | 
						|
GO
 | 
						|
INSERT INTO dbo.Base_WeldingLocation(WeldingLocationId,WeldingLocationCode)
 | 
						|
VALUES( 'F60CFC82-5815-419B-A27B-B1AE4F22854F' ,'3F')
 | 
						|
GO
 | 
						|
INSERT INTO dbo.Base_WeldingLocation(WeldingLocationId,WeldingLocationCode)
 | 
						|
VALUES( '220C4120-AFF2-4161-AD53-FCFF312DA6E6' ,'4F')
 | 
						|
GO
 | 
						|
INSERT INTO dbo.Base_WeldingLocation(WeldingLocationId,WeldingLocationCode)
 | 
						|
VALUES( '2911BE4D-41B2-4F24-BDBB-101419878AEB' ,'5F')
 | 
						|
GO
 | 
						|
INSERT INTO dbo.Base_WeldingLocation(WeldingLocationId,WeldingLocationCode)
 | 
						|
VALUES( '0E4287AC-9253-4AFF-8040-824C5211DA83' ,'6F')
 | 
						|
GO |