Welcome to the
Database Group
To write a query, you have to specify:
The sub-transaction queries using native query languages. In each subquery, include the host and application in the first line, and use "cmd=query" format to include the command;
The dependencies between the sub-queries, it is used to decide which sub-query inputs from the result of another sub-query ;
Use a BLANK LINE to separate the sub-queries, as well as the sub-query and the dependency.
To retrieve information, current data include:
The M-Base project members are stored in table "members" in the oracle database, use "select * from members" to retrieve;
The technical reports are stored in object "report" in the postgres database, use "retrieve (report.all)" to retrieve;
Click here for Sample queries ;
This page is under construction... don't be surprised with the changes...