This is the command dbs_printtabp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
dbs_printtab - Prints SQL table data on standard output
DESCRIPTION
dbs_printtab is an utility to print SQL table data on standard output. dbs_printtab asks
for a password if necessary.
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").
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.
Use dbs_printtabp online using onworks.net services