Commit for development environment setup
This commit is contained in:
5
PROMS/VEPROMS.CSLA.Library/Sql commands/Tables.sql
Normal file
5
PROMS/VEPROMS.CSLA.Library/Sql commands/Tables.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
select II.ItemID, dbo.ve_GetPath(II.[ItemID]), Text from Parts PP
|
||||
join Items II on II.ItemID=PP.ItemID
|
||||
join Contents CC on II.ContentID = CC.ContentID
|
||||
|
||||
where FromType=7
|
Reference in New Issue
Block a user