Commit for development environment setup
This commit is contained in:
6
PROMS/SQL/GenmacMacro.sql
Normal file
6
PROMS/SQL/GenmacMacro.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
Select FormatID, Name
|
||||
, v.value('./@id', 'varchar(255)') Macro
|
||||
, v.query('.') Commands
|
||||
FROM Formats
|
||||
CROSS APPLY GenMac.nodes('//g') TempXML(v)
|
||||
where v.value('./@id', 'varchar(255)')='C22'
|
Reference in New Issue
Block a user