Hello friends! I'll tell you about my new project - SQLTest.online. This is a platform for those who...
In this post I want to answer to frequently asked question: How I can generate date series between to...
Introduction In the process of designing a database, as described in my previous article, I decided...
The Oracle company ported INVISIBLE COLUMN feature to it's little brother MySQL. Since version 8.0.23...
The MERGE statement is a powerful tool that can be used to perform conditional INSERT, UPDATE, or...
In this article I want to describe about one bug that I found in MySQL and aware you from mistakes...
Auto-increment is a feature in databases that automatically generates a unique number for each new...
In this small post I want to share the simple way to remove duplicates from table. The query works in...
T-SQL 2022 has introduced a new feature called GENERATE_SERIES that allows users to generate a series...
Say hello to the newest addition to the world of artificial intelligence – ChatGPT! You may have...
Another suggestion made by Kamil Tekiela was included in the PHP 8.1 release. Starting with this...
In this article, I want to show an innovative solution to a common problem. Find the records in the...
In continuation of my previous article, I want to write about another nice innovation in the mysqli...
Now after SQL Server 2022 released we can test new features of T-SQL One of the long-awaited...
Since MySQL 8 you can use pretty short query to select all data from table. Just use TABLE a;...
PHP have two libraries are mainly used to interact with the MySQL database: PDO (PHP Data Objects) -...
PHPize.online is a project I have been working on for the last 2 years. PHPize is an online...