Ayuda de LibreOfficeDev 7.4
Opens a dialog where you can enter an SQL command for administering a database.
You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here.
To run an SQL query for filtering data in the database, use the Query Design View.
Escriba la orden de administración de SQL que desee ejecutar.
Por ejemplo, en el origen de datos «Bibliografía» puede utilizarse la orden SQL siguiente:
SELECT "Address" FROM "biblio" "biblio"
Para obtener más información acerca de las órdenes de SQL, consulte la documentación incluida con la base de datos.
Show the result of the SQL SELECT command in the Output box.
Runs the command that you entered in the Command to execute box.
Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute.
Displays the status, including errors, of the SQL command that you ran.
Displays the results of the SQL command that you ran.