JIYIK CN >

Current Location:Home > Learning > DATABASE > MySQL >

All

Finding Duplicate Records in a MySQL Table

Publish Date:2025/04/09 Author:JIYIK Category:MySQL

This tutorial discusses how to check for duplicates in a MySQL table and retrieve the number of duplicates using the SELECT DISTINCT and statements, respectively. SELECT COUNT SELECT DISTINCT Check for duplicates in a MySQL table using The...

Full

Validating inserted values in MySQL table with duplicate key

Publish Date:2025/04/09 Author:JIYIK Category:MySQL

Traditional SQL INSERT statements do not perform input validation of their parameters/values ​​against existing database tables, which sometimes results in errors when duplicate keys are found during the insert process. This is handled...

Full

unsigned in MySQL

Publish Date:2025/04/09 Author:JIYIK Category:MySQL

This tutorial aims to understand unsigned in MySQL. unsigned Using keywords in MySQL Businesses and organizations have to assign data type as unsigned for certain columns. However, it is important to understand when and where to use this da...

Full

Sort by RAND in MySQL

Publish Date:2025/04/09 Author:JIYIK Category:MySQL

Summary: in this tutorial, we will learn how to shuffle or sort the values ​​or records of a table in MySQL. Most businesses and organizations that use MySQL for data analysis or visualization need to sort different table values ​​o...

Full

How to declare and use variables in MySQL

Publish Date:2025/04/09 Author:JIYIK Category:MySQL

In this tutorial article, we will explain how to declare variables in SQL code for MySQL database. In SQL scripts, you can use variables to store values ​​and use them in place of literals during the execution of a series of commands. U...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial