Questions tagged [firebird-3.0]

For questions specific to Firebird 3.0. It is advisable to also tag with firebird.

Firebird 3.0 is a previous release of the Firebird database server. The latest release is .

Notable new features

  • Unified executable
  • Improved SMP support for SuperServer
  • Encrypted wire protocol
  • Per-database configuration
  • Multiple security databases
  • Improved SQL user management
  • BOOLEAN data type
  • IDENTITY support
  • PSQL packages
  • PSQL functions
  • DDL triggers
  • SQL Window (or analytical) functions

Resources

See also

211 questions
-4
votes
1 answer

Creating a quarterly report in SQL

I'm creating a quarterly report of item usage in Firebird, and got stuck at this point: The select below is working, but it brings me the monthly usage of last 3 months like the image below: Script: SELECT --(SELECT SUM(L.QTDE) FROM GELANSAI L WHERE…
1 2 3
14
15