logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dbs_printtab - Prints SQL table data on standard output

Author

       Stefan Hornburg (Racke), racke@linuxia.de

Bugs

       msql is not fully supported.

Command Line Options

-c=COLUMN[,COLUMN],--columns=COLUMN[,COLUMN]
       The output is restricted to the given COLUMN arguments.

   --sort=KEY[,KEY]
       The output is sorted by the KEY arguments.

Command Line Parameters

       Required command line parameters are the DBI driver ("Pg" for Postgres or "mysql" for MySQL), the
       database name and the table name. The fourth parameter is optionally and specifies the database user
       and/or the host where the database resides ("racke", "racke@linuxia.de" or "@linuxia.de").

Description

       dbs_printtab is an utility to print SQL table data on standard output. dbs_printtab asks for a password
       if necessary.

Name

       dbs_printtab - Prints SQL table data on standard output

See Also

perl(1), DBIx::Easy(3)

perl v5.38.2                                       2024-03-24                                   DBS_PRINTTAB(1p)

See Also