tps/reload/hunt_map.sql

11 lines
125 B
MySQL
Raw Normal View History

2018-05-30 00:08:36 -04:00
SELECT
jsonb_pretty(row_to_json(x)::jsonb)
from
(
select
srce, target, regex, seq
from
tps.map_rm
where
srce = 'HUNT'
) x