Help for this page

Select Code to Download


  1. or download this
     Attribute |          Type          | Modifier 
    -----------+------------------------+----------
     pkey      | character varying(255) | not null
     pvalue    | bytea                  | 
    Index: demo_pkey
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    $dbh->disconnect();
    
    exit 0;