Archives
All the articles I've archived.
How to Convert SQL Rows to a Comma-Delimited String in various RDBMSs
Updated: at 08:40 PMIn this article, we will explore how to achieve this in MySQL, Oracle, SQL Server, PostgreSQL, and SQLite.
How to Implement CREATE TABLE IF NOT EXISTS in various RDBMSs
Updated: at 08:20 PMDifferent databases handle conditional table creation in various ways. MySQL, PostgreSQL, and SQLite support the simple CREATE TABLE IF NOT EXISTS syntax directly.
How to achieve STRING_AGG() in MySQL database
Updated: at 01:29 AMSTRING_AGG() alternatives in MySQL database.
How to Determine Oracle NLS Settings
Published: at 06:26 PMThis guide explains how to check and manage Oracle's National Language Support (NLS) settings, helping database administrators and developers handle character sets, date formats, and language-specific features effectively in their database environments.
What Is Redis SPOP and How to Use It
Updated: at 04:40 PMA complete guide to Redis SPOP command - learn how to remove and return random elements from Redis sets.
A Complete Guide to Modifying NLS_LANGUAGE in Oracle Database
Published: at 02:35 PMThis guide will walk you through various methods to modify NLS_LANGUAGE in Oracle database, along with best practices and troubleshooting tips.