(no commit message)
[paste/557.git] / query.sql
1 SELECT general->"$.country" AS country FROM node_data HAVING country IS NOT NULL\r
2 \r
3 -- remove quotes from string data\r
4 SELECT general->>"$.country" AS country FROM node_data\r