Sometimes you may need to delete column from table in MySQL. Here’s how to drop column from MySQL table using MySQL DROP COLUMN statement.
MySQL DROP TABLE
Sometimes you may need to delete table in MySQL. Here’s how to drop table in MySQL using MySQL DROP TABLE statement.
How to Get Records from Today in MySQL
Sometimes you may need to select records from today or get rows from today in MySQL. Here’s the SQL query to get records from today in MySQL.
How to Get Records from Last 10 Minutes in MySQL
Sometimes you may need to get last 10 minutes data or get rows from last 10 minutes. Here’s the SQL to select records for last 10 minutes in MySQL.
How to Get Records from Last 7 Days in MySQL
Sometimes you may need to get rows from last 7 days or get last 7 days records in MySQL. Here’s the SQL query to get records from last 7 days in MySQL.
How to Get Records from Last 30 Days
Many times you may need to select records for last 30 days or get last 1 month data in MySQL. Here’s how to get records from last 30 days in MySQL.
How to Get Records Between 2 Dates in MySQL
Many times you need to get data between 2 dates or select rows between 2 dates. Here’s the SQL query to get records between 2 dates in MySQL, PostgreSQL, SQL Server
How To Get Records from Last 24 Hours in MySQL
Sometimes you may need to get last 24 hours data or select rows for last 24 hours. Here’s how to get records from last 24 hours in MySQL using SQL query.
How to Get First Record in Each Group in MySQL
Sometimes you may need to get first row in each group or min row in each group. Here’s how to get first record in each group in MySQL, PostgreSQL, SQL Server.
How to Get Last 15 Days Records in MySQL
Sometimes you may need to get last 15 days records in MySQL. Here’s how to get last 15 days records in MySQL.