Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Jacob Lyohne, Director of Development: "Regarding implementation, it is pretty self-explanatory and the SQLite Maestro manual is helpful for review and reference. We also found the on-line documentation useful and the software support staff readily available to answer our questions. Reports are very easy and quick to run and can be broken down into any number of statistical combinations".
Mario Figueiredo: "I can safely forget all I know about SQL when using SQLite Maestro. It is that easy and intuitive to use. It is also nicely drawn with an easy and appealing interface that makes the sometimes boring tasks of database maintenance and administration more endurable.
The decision to support the non-commercial use of your software with a lower price is absolutely worth mentioning. For that alone, I thank you. For everything else, I say keep up the good work".

More

Add your opinion

SQLite Maestro online Help

Prev Return to chapter overview Next

Formats

Below you will find a detailed decryption of the following formats options.

 

 

This window allows you to customize formats applied to data in grid. Edit the format masks to adjust the result format in the way you need.

 

In numeric formats using digit placeholder (# or 0) you can specify the format of number. For example, integer 1234567890 with # ### ##0 integer format is represented like 1 234 567 890. The locations of the leftmost '0' before the decimal point in the format string and the rightmost '0' after the decimal point in the format string determine the range of digits that are always present in the output string.

 

Conversion and their description for date, time and date time format:
 

dd

day of the month, represented by 1 or 2 symbols. For example, the first day of month is 1

 

DD

day of the month, represented only by 2 symbols. For example, the first day of month is 01

 

mm

minutes

 

MM

month

 

yy

year, represented by 2 symbols. For example, 2006 year will be 06

 

yyyy

year, represented by 4 symbols. For example, 2006

 

h

hour, represented by 1 or 2 symbols. For example, 2

 

hh

hour, represented only by 2 symbols. For example, 02

 

".", ",", ":" symbols can be placed as separators in format masks for integer, float, date, time, date time, currency types.

 

 



Prev Return to chapter overview Next