[SOLVED] DELETE Records from CLI where record has a particular timestamp

Hi all

How would I format a command to do something like

DELETE FROM mydb WHERE timestamp = 1672095540063789987

Ok, solved

USE mydb
DELETE WHERE time = 1672095540063789987
1 Like

Hello @championc,
Thanks for sharing your solution with the community!