A new version of Firebird DBMS was released not so long ago. This release was one of the most significant in the project’s history, as it marked substantial revision of the architecture, addition of multithreading support, and performance improvements. Such a significant update was a good occasion for us to scan Firebird one more time with PVS-Studio static code analyzer.
Tag: database
45 Ways To Speed Up Firebird Database
How to find equals record in db table
[code language=”sql”]
select field1, field2 from mytable group by field1, field2 having count(*)>1
[/code]