very basic code which we use offten in our day to day development and sometime we stucked . i write those issue here with simple solution.
You will get codes of html, css, javascript, jquery, json,ajax, node.js, vue.js, nuxt.js, php and Mysql
Friday, March 15, 2013
Mysql Delete Command
delete from abc
delete from abc where id between 1 and 10
delete from abc where id=1
nice
ReplyDelete