add MDBPATH search

fix segfault in mdb-tables
This commit is contained in:
brianb
2003-01-05 23:49:56 +00:00
parent c6da2f1845
commit 52528c6e95
5 changed files with 79 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ OPTIONS
-H Supress header row.
-F Supress footer row.
-p Turn off pretty printing. By default results are printed in an
ascii table format which looks nice but is not condusive to manipulating the
ascii table format which looks nice but is not conducive to manipulating the
output with unix tools. This option prints output plainly in a tab separated
format.
-d Specify an alternative column delimiter. If no delimiter is
@@ -43,7 +43,7 @@ SQL LANGUAGE
column list: <column> [, <column list>]
where clause: <column> <operator> <literal> [AND <where clause>]
where clause: <column> <operator> <literal> [AND <where clause>]
operator: =, =>, =<, <>, like, <, >