Skip to content

imsj logbook

  • About me
  • Technical Guides
  • Referral Codes

Month: July 2020

Delete all new records in SQL created in the past few minutes

Posted on July 20, 2020July 20, 2020 by Jason
DELETE FROM tablename where tablename.id IN(SELECT id FROM tablename WHERE "created_on" >=NOW() - INTERVAL '10 minutes');
Posted in UncategorizedLeave a Comment on Delete all new records in SQL created in the past few minutes

Recent Posts

  • Install Aquantia 10G inside pfsense / Freebsd
  • Issue installing nvidia-465 on Ubuntu 18.04
  • PetaLinux 2020.1 Installation Steps on WSL Ubuntu 20.04 64-bit
  • Esxi 6.5 Update using esxcli
  • LAN7430 Register Instructions

Archives

  • December 2024
  • January 2022
  • September 2021
  • January 2021
  • July 2020
  • June 2020
  • March 2020
  • February 2020
  • January 2020
  • July 2019
  • June 2019

Categories

  • Arduino
  • C#
  • Cheatsheet
  • CTF
  • ESXi
  • Juniper
  • NUS
  • Projects
  • Raspberry Pi
  • Ubiquiti
  • Ubuntu
  • Uncategorized
  • VOIP
  • Windows
  • Xilinx

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

©2024 imsj.dev. All rights reserved. Terms and Conditions, Privacy Policy