Commit for development environment setup
This commit is contained in:
4
PROMS/SQL/TESTPrint_TableList.sql
Normal file
4
PROMS/SQL/TESTPrint_TableList.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
select i.itemid, dbo.ve_GetShortPath(i.itemid), c.Type, c.Text from parts p
|
||||
join items i on i.itemid = p.itemid
|
||||
join contents c on c.contentid = i.contentid
|
||||
where fromtype = 7
|
Reference in New Issue
Block a user