mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
4 lines
109 B
SQL
4 lines
109 B
SQL
|
|
CREATE VIEW web_status AS
|
|
SELECT group_concat(cs_uri_stem), sc_status FROM access_log group by sc_status;
|