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


You need to login to view comments.