From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .../source/text/shared/guide/data_enter_sql.xhp | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 helpcontent2/source/text/shared/guide/data_enter_sql.xhp (limited to 'helpcontent2/source/text/shared/guide/data_enter_sql.xhp') diff --git a/helpcontent2/source/text/shared/guide/data_enter_sql.xhp b/helpcontent2/source/text/shared/guide/data_enter_sql.xhp new file mode 100644 index 000000000..227039c73 --- /dev/null +++ b/helpcontent2/source/text/shared/guide/data_enter_sql.xhp @@ -0,0 +1,74 @@ + + + + + + + + + Executing SQL Commands + /text/shared/guide/data_enter_sql.xhp + + + +SQL; executing SQL commands + queries;creating in SQL view + commands;SQL + executing SQL commands +mw changed "SQL;executing commands"mw made "executing;" a one level entry +Executing SQL Commands + + With the help of SQL commands you can control the database directly, and can also create and edit tables and queries. + Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system. + To execute an SQL statement directly + + + Choose File - Open to open a database file. + + + Choose Tools - SQL. + + + Click the Create Query in SQL View icon +Icon + or + Select an existing query from the list and click the Edit icon +Icon + . + + + In the Query window, choose View - Switch Design View On/Off. Edit the SQL command. + + + Click the Run icon +Icon + . The result of the query is displayed in the upper window. + + + Click the Save or Save As icon +Icon + to save the query. + + +
+ Query Design + +
+ +
\ No newline at end of file -- cgit v1.2.3