tps/reload/hunt_map.sql
Paul Trowbridge e16a60b9fb reload
2018-05-30 00:08:36 -04:00

11 lines
125 B
SQL

SELECT
jsonb_pretty(row_to_json(x)::jsonb)
from
(
select
srce, target, regex, seq
from
tps.map_rm
where
srce = 'HUNT'
) x