Questions tagged [interbase]

InterBase is a SQL database system for server, desktop and embedded applications, for use on Windows, Linux, macOS, iOS and Android. InterBase 2020 is the newest version and integrates with Embarcadero's RAD Studio IDE supporting Delphi and C++ development. InterBase supports connectivity from many other programming languages as well. See https://www.embarcadero.com/products/interbase for further information.

331 questions
-5
votes
2 answers

How to return a count of fields with a given value in a record?

I have a database table with the following fields : --------------------- FIELDS : | H1 | H2 | H3 | H4 --------------------- VALUES : | A | B | A | C --------------------- For a given record (row), I…
Samona
  • 13
  • 2
1 2 3
22
23