Subject | Re: [firebird-support] extract as insert statement on unix |
---|---|
Author | Milan Babuskov |
Post date | 2008-07-31T12:22:46Z |
Nick Upson wrote:
fbexport -Si -Q "select a,b from mytable where c < 97" -D /path/to/db
More info here:
http://www.firebirdfaq.org/fbexport.php
HTH
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> before I start thinking about writing something that does this, is anyoneFBExport with -Si option. Like this:
> aware of one that already exists.
>
> I want to do "select a,b from mytable where c < 97" and have the output as
> insert statements, automatically, on unix (fedora 8 to be precise)
fbexport -Si -Q "select a,b from mytable where c < 97" -D /path/to/db
More info here:
http://www.firebirdfaq.org/fbexport.php
HTH
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com