LibreOffice 7.4 Hjelp
Opnar eit dialogvindauge der du kan skriva inn ein SQL-kommando for å administrera av ein database.
Du kan berre skriva inn administreringskommandoar i dette dialogvindauget, slik som «Grant», «Create Table» eller «Drop Table»l og ikkje filterkommandoar. Kva kommandoane som kan skrivast er avhengig av datakjelda. Såleis kan dBASE berre køyra nokre av SQL-kommandoane viste her.
For å køyra ei SQL-spørjing for filtrering av data i databasen, bruk Spør oppsettvising.
Skriv inn SQL-kommandoen du vil køyra.
For eksempel kan du for ei «Litteraturliste»-datakjelde, skriva inn denne SQL-kommandoen:
SELECT "Adresse" FROM "biblio" "biblio"
Du kan finne meir informasjon om SQL-kommandoar i dokumentasjonen som fylgde 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.