Home >> MySql >> Delete query in MySql

Delete query in MySql

DELETE query used to all rows are deleted but memory is not released. schema remains, memory not released and can be rollback and it is conditional.

DELETE FROM tablename WHERE condition;

Post Your Comment

Next Questions
Like clause
IN clause
Order By
Group By
Distinct keyword
Sorting
Between
Having
Union
Union all
Exits
Not Exits
Any
All
Max
Min
Avg
Count
Sum
How to see full query from SHOW PROCESSLIST
How do you display the whole query
How To Find Highest Salary
How To Find Second Highest Salary
How To Find Nth Highest salary
How to calculate number of days between two dates

Copyright ©2022 coderraj.com. All Rights Reserved.