LibreOffice 7.4 Hjælp
Åbner en dialog, hvor du kan indtaste en SQL-kommando for at administrere en database.
Du kan kun indtaste administrationskommandoer i denne dialog, såsom Overdrag, Opret tabel, Drop Tabel og ikke-filterkommandoer. Kommandoerne, du kan indtaste, afhænger af datakilden, for eksempel kan dBASE kun køre nogle af SQL-kommandoerne, der er oplistet her.
For at køre en SQL-forespørgsel til filtrering af data i databasen bruger du visningen Forespørgselsdesign.
Indtast SQL-administrationskommandoen, du ønsker at køre.
For eksempel kan du ved en datakilde "Bibliografi" indtaste følgende SQL-kommando:
SELECT "Adresse" FROM "biblio" "biblio"
Se venligst mere information om SQL-kommandoer i den dokumentation, der fulgte med databasen.
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.