1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*93574d91Smseidel
3226a8927SAndrew Rist<!--***********************************************************
4*93574d91Smseidel *
5226a8927SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
6226a8927SAndrew Rist * or more contributor license agreements.  See the NOTICE file
7226a8927SAndrew Rist * distributed with this work for additional information
8226a8927SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
9226a8927SAndrew Rist * to you under the Apache License, Version 2.0 (the
10226a8927SAndrew Rist * "License"); you may not use this file except in compliance
11226a8927SAndrew Rist * with the License.  You may obtain a copy of the License at
12*93574d91Smseidel *
13226a8927SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14*93574d91Smseidel *
15226a8927SAndrew Rist * Unless required by applicable law or agreed to in writing,
16226a8927SAndrew Rist * software distributed under the License is distributed on an
17226a8927SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18226a8927SAndrew Rist * KIND, either express or implied.  See the License for the
19226a8927SAndrew Rist * specific language governing permissions and limitations
20226a8927SAndrew Rist * under the License.
21*93574d91Smseidel *
22226a8927SAndrew Rist ***********************************************************-->
23226a8927SAndrew Rist
24*93574d91Smseidel<helpdocument version="1.0">
25cdf0e10cSrcweir<meta>
26*93574d91Smseidel<topic id="textsharedguidedata_enter_sqlxml" indexer="include" status="PUBLISH">
27*93574d91Smseidel<title xml-lang="en-US" id="tit">Executing SQL Commands</title>
28*93574d91Smseidel<filename>/text/shared/guide/data_enter_sql.xhp</filename>
29*93574d91Smseidel</topic>
30*93574d91Smseidel</meta>
31*93574d91Smseidel<body>
32*93574d91Smseidel<bookmark xml-lang="en-US" branch="index" id="bm_id3152801">
33*93574d91Smseidel<bookmark_value>SQL; executing SQL commands</bookmark_value>
34*93574d91Smseidel<bookmark_value>queries;creating in SQL view</bookmark_value>
35*93574d91Smseidel<bookmark_value>commands;SQL</bookmark_value>
36*93574d91Smseidel<bookmark_value>executing SQL commands</bookmark_value>
37cdf0e10cSrcweir</bookmark><comment>mw changed "SQL;executing commands"</comment><comment>mw made "executing;" a one level entry</comment>
38cdf0e10cSrcweir<paragraph xml-lang="en-US" id="hd_id3152801" role="heading" level="1" l10n="U"
39*93574d91Smseideloldref="67"><variable id="data_enter_sql"><link href="text/shared/guide/data_enter_sql.xhp" name="Executing SQL Commands">Executing SQL Commands</link>
40cdf0e10cSrcweir</variable></paragraph>
41*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3147008" role="paragraph" l10n="U" oldref="68">With the help of SQL commands you can control the database directly, and can also create and edit tables and queries.</paragraph>
42*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3153562" role="note" l10n="U" oldref="72">Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system.</paragraph>
43*93574d91Smseidel<paragraph xml-lang="en-US" id="hd_id9577929" role="heading" level="2" l10n="NEW">To execute an SQL statement directly</paragraph>
44*93574d91Smseidel<list type="ordered">
45*93574d91Smseidel<listitem>
46*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id7923825" role="paragraph" l10n="NEW">Choose <emph>File - Open</emph> to open a database file.</paragraph>
47*93574d91Smseidel</listitem>
48*93574d91Smseidel<listitem>
49*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id9448530" role="paragraph" l10n="NEW">Choose <emph>Tools - SQL</emph>.</paragraph>
50*93574d91Smseidel</listitem>
51*93574d91Smseidel<listitem>
52*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3151176" role="paragraph" l10n="U" oldref="91">Click the <emph>Create Query in SQL View</emph> icon
53cdf0e10cSrcweir<image id="img_id3154071" src="res/commandimagelist/sc_dbnewquerysql.png" width="0.1862in" height="0.1862in"><alt xml-lang="en-US" id="alt_id3154071">Icon</alt>
54*93574d91Smseidel</image> or</paragraph>
55*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3145786" role="paragraph" l10n="U" oldref="92">Select an existing query from the list and click the <emph>Edit</emph> icon
56cdf0e10cSrcweir<image id="img_id3156212" src="res/commandimagelist/sc_dbqueryedit.png" width="0.2228in" height="0.2228in"><alt xml-lang="en-US" id="alt_id3156212">Icon</alt>
57*93574d91Smseidel</image>.</paragraph>
58*93574d91Smseidel</listitem>
59*93574d91Smseidel<listitem>
60*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3083443" role="paragraph" l10n="U" oldref="94">In the <emph>Query</emph> window, choose <emph>View - Switch Design View On/Off</emph>. Edit the SQL command.</paragraph>
61*93574d91Smseidel</listitem>
62*93574d91Smseidel<listitem>
63*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3152460" role="paragraph" l10n="U" oldref="96">Click the <emph>Run</emph> icon
64c33b1299Sdamjan<image id="img_id3152886" src="res/commandimagelist/sc_sbaexecutesql.png" width="0.2228in" height="0.2228in"><alt xml-lang="en-US" id="alt_id3152886">Icon</alt>
65*93574d91Smseidel</image>. The result of the query is displayed in the upper window.</paragraph>
66*93574d91Smseidel</listitem>
67*93574d91Smseidel<listitem>
68*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3149298" role="paragraph" l10n="U" oldref="98">Click the <emph>Save</emph> or <emph>Save As</emph> icon
69cdf0e10cSrcweir<image id="img_id3153159" src="res/commandimagelist/sc_save.png" width="0.2228in" height="0.2228in"><alt xml-lang="en-US" id="alt_id3153159">Icon</alt>
70*93574d91Smseidel</image> to save the query.</paragraph>
71*93574d91Smseidel</listitem>
72*93574d91Smseidel</list>
73*93574d91Smseidel<section id="relatedtopics">
74*93574d91Smseidel<paragraph xml-lang="en-US" id="par_id3153223" role="paragraph" l10n="U" oldref="105"><link href="text/shared/explorer/database/02010100.xhp" name="Query Design">Query Design</link></paragraph>
75*93574d91Smseidel<embed href="text/shared/guide/database_main.xhp#database_main"/>
76*93574d91Smseidel</section>
77*93574d91Smseidel</body>
78c33b1299Sdamjan</helpdocument>
79