Commit for development environment setup
This commit is contained in:
4
PROMS/SQL/PartsWithSectionAndSteps.sql
Normal file
4
PROMS/SQL/PartsWithSectionAndSteps.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
select contentid, count(*) howmany, min(fromtype) mnfrom, max(fromtype) mxfrom
|
||||
from parts
|
||||
group by contentid
|
||||
having min(fromtype) <= 2 and max(fromtype) >= 3
|
Reference in New Issue
Block a user