DELETE

suggest change

Introduction

The DELETE statement is used to delete records from a table.

Syntax

  1. DELETE FROM TableName [WHERE Condition] [LIMIT count]

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents