Task list database table - TaskDepender

Task list database table

From TaskDepender
Jump to: navigation, search
(Design)
(Create the table)
Line 36: Line 36:
 
   OR  
 
   OR  
 
   (SELECT COUNT(ContainerId) from Deliverables where Deliverables.ContainerId=t.Id AND Deliverable.CloneId=0)>0 IsContainer  
 
   (SELECT COUNT(ContainerId) from Deliverables where Deliverables.ContainerId=t.Id AND Deliverable.CloneId=0)>0 IsContainer  
FROM Tasks t WHERE ContainerId=(SELECT Value FROM StateVariables WHERE Name='CurrentContainer')  
+
FROM Tasks t WHERE ContainerId=(SELECT Value FROM StateVariables WHERE Key='CurrentContainerId')  
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 13:22, 15 October 2011

Personal tools