discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/mysqlman/templates/help_select.html
2024-06-17 21:49:12 +10:00

106 lines
2.9 KiB
HTML

<HTML>
<HEAD>
<TITLE> MySQLMan Help - Select / Search</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1><font face="Verdana, Arial, Helvetica">MySQLMan Help</font></H1>
<TABLE width=100%>
<TR>
<TD align="right" valign="top">
<HR>
<B>
<a href="<%script_url%>?<%do_param%>=help&help_topic=toolbar"><font face="Verdana, Arial, Helvetica" size="2">Tool bar</font></a>
</B>
&nbsp;&nbsp;&nbsp;
<B>
<a href="<%script_url%>?<%do_param%>=help&help_topic=home"><font face="Verdana, Arial, Helvetica" size="2">HOME</font></a>
</B>
</TD>
</TR>
</TABLE>
<TABLE width=100% cellpadding=20>
<TR><TD>
<H2><font face="Verdana, Arial, Helvetica">Select / Search</font></H2>
<FONT face="Verdana, Arial, Helvetica" size="2">
<P>
Select/Search creates a search form that helps the user contructing basic SELECT... FROM <i>current_table</i> (WHERE...) queries. The link can be found from the <a href="<%script_url%>?<%do_param%>=help&help_topic=toolbar">tool bar</a> or the <a href="<%script_url%>?<%do_param%>=help&help_topic=table_list">table list</a>. For more complex queries, please use <a href="<%script_url%>?<%do_param%>=help&help_topic=sql_monitor">SQL Monitor</a> instead.
</P>
<UL>
<li>
<B>SELECT checkboxes</B>
<BR>For tables with many fields, sometimes you may not wish irrelevant fields to
be shown. The check the fields that you would like to be displayed and the
fields unchecked will not be shown. The first field is checked automatically.
</li>
<P>
<li>
<B>WHERE text field</B>
<BR>It is basically the WHERE. . . clause of a MySQL query. You do not need to
have to specify the key word <i>where</i> again in the text field. Please note
that ORDER BY. . . will be appended to the end of the query automatically.
Therefore, if you would like to sort the result to sort by a particular
column, you can do it by clicking on the column name when the result is displayed.
</li>
<P>
<li>
<B>Query by example</B>
<BR>All records with fields matching the value entered in the text fields will be
retrieved. If wildcards are not used, then MySQL looks for exact matches.
<P>
Wildcard usage:
<blockquote>
Key_word% - Anything that begins with <I>Key_word</I>.<BR>
%Key_word - Anything that ends with <I>Key_word</I>.<BR>
%Key_word% - Anything that contains <I>Key_word</I>.
</blockquote>
</UL>
</FONT>
</TD>
</TR>
</TABLE>
<TABLE width=100%>
<TR>
<TD align="right" valign="top">
<B>
<a href="<%script_url%>?<%do_param%>=help&help_topic=toolbar"><font face="Verdana, Arial, Helvetica" size="2">Tool bar</font></a>
</B>
&nbsp;&nbsp;&nbsp;
<B>
<a href="<%script_url%>?<%do_param%>=help&help_topic=home"><font face="Verdana, Arial, Helvetica" size="2">HOME</font></a>
</B>
<HR>
</TD>
</TR>
<TR>
<TD>
<font face="Verdana, Arial, Helvetica" size="2">
Related topics:
<a href="<%script_url%>?<%do_param%>=help&help_topic=browse">Record Display</a> ,
<a href="<%script_url%>?<%do_param%>=help&help_topic=sql_monitor">SQL monitor</a>
</font>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>