Here I wrote the way to print values in PostgreSQL PL/pgSQL onto your screen. (In Oracle PL/SQL, we can use DBMS_OUTPUT to print values.)
PostgreSQL: Execute PL/pgSQL Code on the Spot
In Oracle Database, we can use PL/SQL and create stored procedure and functions. As for PostgreSQL, we can use and create function.
Here, we write the way to execute PL/pgSQL on the spot, without creating function.
Continue reading PostgreSQL: Execute PL/pgSQL Code on the Spotモンゴルにある日本人会
モンゴルにある日本人会についての情報をまとめました。
Continue reading モンゴルにある日本人会Kotlin: String Conversion – First Letter to Lower/Upper, Camel Case and Snake Case
I wrote the code to convert string in Kotlin. This time I tried the following 4 patterns.
- Make first letter lower
- Make first letter upper
- Convert snake case string to camel case
- Convert camel case string to snake case
ワイン: モンゴル固有のハタグタイ
最高の夏を楽しめる、モンゴルで買ったワインを紹介します。
Continue reading ワイン: モンゴル固有のハタグタイ