In Ruby, we can use and
, &
, &&
. And also or
, |
, ||
we can use. I researched about their difference.
All posts by Kenji
(日本語) きれいな海とおいしいごはんに露天風呂 犬吠埼温泉郷 犬吠埼観光ホテル
PostgreSQL: Basic Cursor Handling
I summarized about cursor operation in PostgreSQL PL/pgSQL.
Continue reading PostgreSQL: Basic Cursor HandlingPostgreSQL: How to Export SQL Result to File
I will introduce you several way to output sql result into a file with using psql.
Continue reading PostgreSQL: How to Export SQL Result to File