Open dcmoura opened 2 years ago
e.g.
DO name = json->customer->name SELECT name FROM json WHERE name.startswith('A')
DO might not be the best keyword, e.g. it is used in postgres to execute a single block of code
DO
e.g.
DO
might not be the best keyword, e.g. it is used in postgres to execute a single block of code