The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<!--  Presentation generated by Internet Assistant for Microsoft PowerPoint 97 -->

<HTML>
<HEAD>

<meta name="GENERATOR" content="Microsoft Internet Assistant for Microsoft PowerPoint 97">
 <TITLE>DBI::SQL::Nano</TITLE> 
</HEAD>

<BODY     >

<CENTER>
<TABLE WIDTH=100%> 
     <TR> <TD WIDTH=100% ALIGN=CENTER>
         <A HREF="sld001.htm">First</A>&nbsp;&nbsp;
         <A HREF="sld088.htm">Previous</A>&nbsp;&nbsp;
         <A HREF="sld090.htm">Next</A>&nbsp;&nbsp;
         <A HREF="sld102.htm">Last</A>&nbsp;&nbsp;
&nbsp;&nbsp;         <A HREF="index.htm">Index</A>&nbsp;&nbsp;
         <A HREF="dbi.perl.org">Home</A>&nbsp;&nbsp;
         <A HREF="tsld089.htm">Text</A>&nbsp;&nbsp;
     </TD> </TR>
     <TR> <TD WIDTH=100% ALIGN=CENTER>
         <IMG SRC="img089.gif" usemap="#Objmap" WIDTH=800 HEIGHT=600 BORDER=0>
     </TD> </TR>
</TABLE>
<P>Slide 89 of 102</P>
</CENTER>
<!-- <UL>
<H2>DBI::SQL::Nano</H2>
</UL></P>
<P><UL>
<LI><H2>Supported syntax
</H2>
<UL>
DROP TABLE [IF EXISTS] &#060table_name&#062
<BR><BR>CREATE TABLE &#060table_name&#062 &#060col_def_list&#062
<BR>INSERT INTO &#060table_name&#062 [&#060insert_col_list&#062] VALUES &#060val_list&#062
<BR>DELETE FROM &#060table_name&#062 [&#060where_clause&#062]
<BR>UPDATE &#060table_name&#062 SET &#060set_clause&#062 [&#060where_clause&#062]
<BR>SELECT &#060select_col_list&#062 FROM &#060table_name&#062 [&#060where_clause&#062] [&#060order_clause&#062]
<BR>
</UL></UL><UL>
<LI><H2>Where clause
</H2>
<UL>
<LI>a single "[NOT] column/value &#060op&#062 column/value" predicate
<LI>multiple predicates combined with ORs or ANDs are not supported
<LI>op may be one of: &#060 &#062 &#062= &#060= = &#060&#062 LIKE CLIKE IS
<LI>
</UL></UL><UL>
<LI><H2>If you need more functionality...
</H2>
<UL>
<LI>Just install the SQL::Statement module
</UL></UL><UL>
<H2>_</H2>
</UL></P>
<P>  -->
</Body>
</HTML>