Connections database table - TaskDepender

Connections database table

From TaskDepender
Jump to: navigation, search
(Design)
(Implementation)
Line 70: Line 70:
 
<syntaxhighlight lang="sql">
 
<syntaxhighlight lang="sql">
 
INSERT INTO Connections
 
INSERT INTO Connections
   SELECT t.Is TaskId, d.Id DeliverableId, %d IsDependency,
+
   SELECT t.Id TaskId, d.Id DeliverableId, %d IsDependency,
 
   FROM SelectedTasks t, SelectedDeliverables d;
 
   FROM SelectedTasks t, SelectedDeliverables d;
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 07:48, 23 October 2011