Help for this page

Select Code to Download


  1. or download this
    { TABLE "foo".bar row size = 50 number of columns = 5 index size = 25 
    +}
    create table "foo".bar 
    ...
            default 0 not null 
      );
    revoke all on "foo".bar from "public";
    
  2. or download this
    $file_name = @ARGV[0];
    
    ...
            $table_nm = $1;        
        }
    }
    
  3. or download this
    while ($line ne    ')') {
         $line_cnt++;
         if ($line =~ /$var_of_interest/) {$keep = 1};
    }
    if ($line_cnt > $n and $keep == 1} then {$table_hash{$table_nm} = 1;}