File: mpsql_menu_query.html

package info (click to toggle)
mpsql 2.1-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 3,528 kB
  • ctags: 4,886
  • sloc: ansic: 35,184; makefile: 3,761; sh: 44
file content (22 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i686) [Netscape]">
   <TITLE>MPSQL - Query Menu</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A HREF="mpsql.html">MPSQL Contents</A>
<H2>
Query Menu</H2>
<IMG SRC="menu.gif" HEIGHT=19 WIDTH=350>
<P><B>Execute Query</B>
<P>Executes the SQL statements in the buffer currently displayed in the
<A HREF="mpsql_edit.html">SQL
Command Window</A>. Highlighted selections are executed or if there are
no selections, all statements in the buffer are executed. To cancel
a currently executing query use Crtl-Z or click the query button in the
toolbar. See: <A HREF="mpsql_menu_buffers.html">Buffers Menu</A>
<P><IMG SRC="bar.gif" HEIGHT=40 WIDTH=400>
</BODY>
</HTML>