Commit for development environment setup
This commit is contained in:
5
PROMS/SQL/FMTCheckOff.sql
Normal file
5
PROMS/SQL/FMTCheckOff.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
Select Name, --v.query('.') Query,
|
||||
v.value('@Index','integer') MyIndex,
|
||||
v.value('@RightCheckOffBoxChar','integer') RightCheckOffBoxChar FROM
|
||||
Formats CROSS APPLY Data.nodes('//RightCheckOffBox') TempXML(v)
|
||||
order by v.value('@Index','integer'),Name
|
Reference in New Issue
Block a user