Standard run: Difference between revisions
Jump to navigation
Jump to search
(first draft based on own thinking) |
(Added category: 'Opasnet Base') |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
List all standard runs: | List all standard runs: | ||
<sql-query> | <sql-query> | ||
SELECT Obj.id, | SELECT Obj.id, Ident, Name, Who, | ||
FROM Obj JOIN | BEGIN FROM Obj | ||
WHERE Wik_id = 1 | LEFT JOIN Inf ON Obj.id = Inf.id | ||
AND Page = | WHERE Wik_id =1 | ||
AND Page =2817 | |||
</sql-query> | </sql-query> | ||
Line 14: | Line 15: | ||
* [[Opasnet base]] | * [[Opasnet base]] | ||
[[Category:Opasnet Base]] |
Latest revision as of 11:23, 6 January 2010
This page is a study.
The page identifier is Op_en2817 |
---|
Moderator:Nobody (see all) Click here to sign up. |
|
Upload data
|
Standard run is such a run of a model that contains no special information in addition to what is found from the Opasnet base. It therefore does not need any specific page in Opasnet, and this page is used to describe all standard runs.
List all standard runs:
<sql-query>
SELECT Obj.id, Ident, Name, Who,
BEGIN FROM Obj
LEFT JOIN Inf ON Obj.id = Inf.id
WHERE Wik_id =1
AND Page =2817
</sql-query>