Pinned Loading
-
1
#!/usr/bin/env ruby2
# A quick and dirty implementation of an HTTP proxy server in Ruby3
# because I did not want to install anything.4
#5
# Copyright (C) 2009-2014 Torsten Becker <torsten.becker@gmail.com> -
Expanding JSON arrays to rows with S... Expanding JSON arrays to rows with SQL on RedShift: All queries to reproduce the technique from my blog post https://torsten.io/stdout/expanding-json-arrays-to-rows
1
-- Related blog post to this Gist:2
-- https://torsten.io/stdout/expanding-json-arrays-to-rows3
4
-- Run these commands on a interactive RedShift session:5