- 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";
- or download this
$file_name = @ARGV[0];
...
$table_nm = $1;
}
}
- 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;}