2 rows where qualifier_hr = "" sorted by construction descending

View and edit SQL

qualifier_hr

construction ▲ qualifier_hr
terminal object  
initial object  

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")
);