You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/formats/sqldir/init.sql

6 lines
198 B
SQL

CREATE VIEW web_status AS
SELECT group_concat(cs_uri_stem), sc_status FROM access_log group by sc_status;
INSERT into lnav_view_filters VALUES ("log", 5, 0, "in", "regex", "credential status");