2 rows where qualifier_hr = "two objects" sorted by construction descending

View and edit SQL

qualifier_hr

  • two objects · 2
construction ▲ qualifier_hr
binary sum two objects
binary product two objects

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "universal_objects" (
	"construction"	TEXT NOT NULL UNIQUE,
	"qualifier_hr"	TEXT NOT NULL,
	PRIMARY KEY("construction")
);