|
Ad Hoc PSQL Query Tool
What Is PSQL?PSQL (POSC SQL) is a SQL-like query language corresponding to Level 2 of the POSC Data Access specifications. It is intended to be defined as close as possible to the SQL3 language for which specifications are currently being developed. View the detailed PSQL language specifications.
What Is Available at this Site?Currently, this page contains a form which allows you to enter either PSQL or SQL statements that will be executed in real time against a live POSC data store located at the POSC offices in Houston. To execute a query, select the database you wish to query and the type of language statement, SQL or PSQL. Then, in the text entry area of the form, enter an Epicentre-based PSQL statement or an SQL statement compatible with POSC's Epicentre Relational Implementation. Press the "Execute" button to execute the query. The results of the query will be returned as an HTML table in a separate browser window. Are There Any Restrictions on the Query?Queries containing a
Example QueriesHere are some example PSQL queries you can try to get started. For assistance in constructing new queries, browse the logical data model dictionary:
|