Initial Commit of the PDM project (ready for DWS migration)
This commit is contained in:
6
helpers/queries/Get_All_VV_Per_DocID.sql
Normal file
6
helpers/queries/Get_All_VV_Per_DocID.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Get all distinct VariableIDs for a given DocumentID
|
||||
-- Pass DocumentID as parameter (?)
|
||||
SELECT DISTINCT VariableID
|
||||
FROM [Drilling_Test].[dbo].[VariableValue]
|
||||
WHERE DocumentID = ?
|
||||
|
||||
Reference in New Issue
Block a user