MySQL

R4R® MySQL
(追記) (追記ここまで)
(追記) (追記ここまで)
Delete in MySQL

This command is used to delete th e data specified in the conditions

Syntax

DELETE 
FROM tablename 
[WHERE Clause]

Example

DELETE 
FROM studinfo 			//studinfo is a tablename
WHERE sid=114 ;			//where condition is given
(追記) (追記ここまで)

Example

DELETE
FROM studinfo				//studinfo is a tablename
WHERE sid>111 ;			//where condition is given

Note : This command should be used carefully, it will delete all the saved data whose Tablename is define.

Example

DELETE tablename
(追記) (追記ここまで)
Copyright ©2021-22 r4r.co.in, all rights reserved. Theguestspost.com
Sitemap
Career
Post comment
About us
Subscription
Unsubscription

AltStyle によって変換されたページ (->オリジナル) /