Data export
Save as
Controls which format will be used to export the result set
- Plain text
- Data will be saved as comma-separated values. The default file extension
is .txt
- HTML
- Data will be saved as HTML table. Every item is represented by cell, every
record is represented by row. The NULL items are represented as nonbreaking
space. The default file extension is .htm
- Insert statement
- Data will be saved as sequence of insert commands separated by
semicolon. You must enter the name of the target table. The default file
extension is .sql
Separate fields with...
Controls the character used to separate fields in text file
Quotation marks
Controls the character used to quote character strings and date literals in
text file