SQL: Delete every ID that's greater than or equal to -


i'm trying make can run sql script makes deletes every account has id greater or equal 3000.

this have far:

delete column `id` => 3000 

suppose want remove employees officenumber 4, use delete statement clause following query:

delete employees officecode = 4 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -