Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
      return $retval;
    }
    
  2. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <?xml-stylesheet type="text/xsl" href="../zsql_common.xsl"?>
    ...
      </zsql:table>
    
    </zsql:database>
    
  3. or download this
    Creating table TEST with statement
            create table TEST (TEST_ID INT NOT NULL, Name VARCHAR (255) NU
    +LL, ItemID VARCHAR (60) NULL, REF_ID VARCHAR (32)
    ...
    Adding index TEST_4TH_KEY to table TEST with
            CREATE INDEX TEST_4TH_KEY on TEST (Entry_Point, ItemID, TEST_I
    +D, REF_ID)