beautypg.com

Gasboy SiteOmat Maintenance Manual User Manual

Page 232

background image

228

SiteOmat Setup and Maintenance Manual – MDE 4817G

8-7.4. Display all the Content that is Stored inside a Table

To display the content of a table use the following query:
Select * {the required content} from {name of the table};
For example: select * from system;
This query displays all the content of the system table.

Figure 8-34. Display all the Content Stored inside a Table

There is a possibility to perform more complicated query.

For example, if we wish to display the content of the table “means” which has a field with the value

AA, type the following command: