Skip to main content

SQL Queries

Launch Management Portal

Persistent objects of classes are also accessible as rows in relational tables. Using the SQL section of the Management Portal, you can query the ObjectScript.Person table. Use the Management Portal; click System Operation > SQL, and click the Execute Query tab. Enter the following SQL query and click Execute.


select Name, Phone, DOB from ObjectScript.Person
order by Name

Executing the query Select Name, Phone, DOB From ObjectScript.Person Order By Name and showing 4 results

FeedbackOpens in a new tab