|
⇤ ← Revision 1 as of 2007-10-24 15:00:02
Size: 797
Comment:
|
← Revision 2 as of 2013-05-01 04:35:25 ⇥
Size: 798
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| '''drms_query''' evaluates a record-set query and prints the resulting record set list on stdout. This can be used to test the format of a record set query or to generate a file containing a list of records to be used in some particular analysis. The output will be in the form: "<seriesname>[:<record number>]" using the record_number format "#<record_number>" as described in DrmsNames for the <RecnumRangeSet>. These are the absolute record numbers in the series, not the prime key record numbers. It is the sure way to get a list of records that will not change on subsequent queries. Multiple queries can be included by using white-space between the queries. | '''drms_query''' evaluates a record-set query and prints the resulting record set list on stdout. This can be used to test the format of a record set query or to generate a file containing a list of records to be used in some particular analysis. The output will be in the form: "<seriesname>[[<record number>]]" using the record_number format "#<record_number>" as described in DrmsNames for the <RecnumRangeSet>. These are the absolute record numbers in the series, not the prime key record numbers. It is the sure way to get a list of records that will not change on subsequent queries. Multiple queries can be included by using white-space between the queries. |
drms_query -- DRMS session command
Synopsis: drms_run drms_query <record_set_query>{ <record_set_query>}
drms_query evaluates a record-set query and prints the resulting record set list on stdout. This can be used to test the format of a record set query or to generate a file containing a list of records to be used in some particular analysis. The output will be in the form: "<seriesname><record number>" using the record_number format "#<record_number>" as described in DrmsNames for the <RecnumRangeSet>. These are the absolute record numbers in the series, not the prime key record numbers. It is the sure way to get a list of records that will not change on subsequent queries. Multiple queries can be included by using white-space between the queries.
