Slava Rozhnev

Slava Rozhnev @rozhnev

Location:
Haifa, Israel
Joined:
Nov 27, 2022

Slava Rozhnev
articles - 17 total

SQLtest.online - the site where you can test your SQL skills

Hello friends! I'll tell you about my new project - SQLTest.online. This is a platform for those who...

Learn More 1 0Feb 17 '24

Generate Date Series in popular Databases

In this post I want to answer to frequently asked question: How I can generate date series between to...

Learn More 5 0Aug 23 '23

Exploring PostgreSQL's EXCLUDE Operator: Advanced Data Constraints

Introduction In the process of designing a database, as described in my previous article, I decided...

Learn More 7 1May 30 '23

MySQL 8.0: Invisible Columns

The Oracle company ported INVISIBLE COLUMN feature to it's little brother MySQL. Since version 8.0.23...

Learn More 3 0May 16 '23

The power of MERGE in PostgreSQL 15

The MERGE statement is a powerful tool that can be used to perform conditional INSERT, UPDATE, or...

Learn More 0 0May 1 '23

The old MySQL bug (detective story)

In this article I want to describe about one bug that I found in MySQL and aware you from mistakes...

Learn More 1 1Apr 24 '23

Everything you wanted to know about Auto Increment but were afraid to ask

Auto-increment is a feature in databases that automatically generates a unique number for each new...

Learn More 4 0Apr 3 '23

Simple query to remove duplicates from table

In this small post I want to share the simple way to remove duplicates from table. The query works in...

Learn More 2 0Mar 28 '23

SQL Server 2022 - GENERATE_SERIES

T-SQL 2022 has introduced a new feature called GENERATE_SERIES that allows users to generate a series...

Learn More 5 0Feb 24 '23

ChatGPT helps to fix errors in SQL code

Say hello to the newest addition to the world of artificial intelligence – ChatGPT! You may have...

Learn More 5 0Feb 20 '23

PHP 8.1: MySQLi: fetch_column function

Another suggestion made by Kamil Tekiela was included in the PHP 8.1 release. Starting with this...

Learn More 0 0Feb 6 '23

FETCH FIRST … ROWS WITH TIES

In this article, I want to show an innovative solution to a common problem. Find the records in the...

Learn More 1 0Jan 22 '23

New in PHP 8.2: mysqli_execute_query / mysqli::execute_query

In continuation of my previous article, I want to write about another nice innovation in the mysqli...

Learn More 6 1Jan 4 '23

SQL Server 2022: Logical Functions - GREATEST & LEAST

Now after SQL Server 2022 released we can test new features of T-SQL One of the long-awaited...

Learn More 2 0Dec 9 '22

MySQL 8: short syntax for select all

Since MySQL 8 you can use pretty short query to select all data from table. Just use TABLE a;...

Learn More 6 1Dec 5 '22

PHP 8.1: MySQLi: Bind in Execute

PHP have two libraries are mainly used to interact with the MySQL database: PDO (PHP Data Objects) -...

Learn More 6 0Dec 2 '22

Online PHP & SQL sandbox with ChatGPT support

PHPize.online is a project I have been working on for the last 2 years. PHPize is an online...

Learn More 56 6Nov 28 '22