Next Previous Contents

3. Usage

3.1 General Usage

$sqg {-i -d -u} [OPTIONS] [CREATE TABLE FILE] [OUTPUT FILE]

-------------------------------------------------

Operation mode

-i, --insert-query           Make an INSERT INTO query
-d, --delete-query           Make a DELETE query
-u, --update-query           Make an UPDATE query

-------------------------------------------------

OPTIONS

-a, --append-file            append the output file
-p, --print-stdout            print output to stdout

If you specify an output file when using the --print-stdout option
then your queries will be stored to that file.  If you only want your
queries to be displayed on the screen without storing them to a
text file, then simply do not specify an output file when using
--print-stdout.


the --append-file option can only be used when you are using an output
file.  If you use the --append-file option but do not specify an output file
you will get an error.

If you have any additional questions, you may email me at 110983@lycos.com


Next Previous Contents