|
Eclipse SQL Engine
|
Previous Top Next |
|
|
| · | Select * from AiJobs
|
|
|
| This will select all the records from the AiJobs.db table and displays the data
|
|
|
| · | Update AiJobs set Invoiced = True
|
|
|
| This will update the AiJobs table (Navigator Window) and set all jobs as invoiced.
|
|
|
| · | Delete From "Sort" where Eqlno = 2
|
|
|
| The will delete all lines from the equipment list table where the equipment list number has a value of 2.
|
| "C:\Program Files\Navigator Systems\Eclipse" MyFile1.sql MyFile2.sql MyFile3.sql
|
| "C:\Program Files\Navigator Systems\Eclipse" C:\SQL_Files\MyFile1.sql C:\SQL_Files\MyFile2.sql C:\SQL_Files\MyFile3.sql
|