-->
Showing posts with label postgresql. Show all posts
Showing posts with label postgresql. Show all posts

Wednesday, July 22, 2015

Postgresql for dummies

Just a set of basic commands to get up to speed with Postgres
select distinct  field1 from my-beautiful-schema.column-within-schema;