Help for this page

Select Code to Download


  1. or download this
    mysql> show columns in cmsParms;
    +--------+-----------+------+-----+---------+-------+
    ...
    +--------+-----------+------+-----+---------+-------+
    2 rows in set (0.00 sec)
    
  2. or download this
    my $rval = 'rval (' . $table . ')';
    my $sth2 = $dbh->prepare("SHOW COLUMNS IN $table where Field=?")
    ...
        }
    
    return($rval);
    
  3. or download this
    [rval (cmsParms)(1)[Extra:][Type:char(100)][Field:pKey][Default:][Null
    +:NO][Key:PRI]]