Delete from table with limit (mySQL)


/ Published in: MySQL
Save to your folder(s)

Delete from table with limit (mySQL)


Copy this code and paste it in your HTML
  1. (
  2. (
  3. WHERE Type = 'TEST'
  4. LIMIT 30,60
  5. ) a
  6. )

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.