Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/62.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MySQL数据库中表的删除和插入操作时间_Mysql_Sql_Mysql Workbench - Fatal编程技术网

MySQL数据库中表的删除和插入操作时间

MySQL数据库中表的删除和插入操作时间,mysql,sql,mysql-workbench,Mysql,Sql,Mysql Workbench,在SQL中,有没有办法找到上一次表执行insert和delete语句的时间?我试过了 select update_time from information.schema.tables where table_num="tablename"; 但这并不奏效。我还试图专门研究删除和插入。我也在MySQL工作台工作 什么不起作用?在信息和模式之间有一段时间。应该是下划线。我的意思是:information\u schema.tables。是吗?你是对的,它应该有下划线而不是句号。然而,它只是为我

在SQL中,有没有办法找到上一次表执行insert和delete语句的时间?我试过了

select update_time from information.schema.tables where table_num="tablename"; 

但这并不奏效。我还试图专门研究删除和插入。我也在MySQL工作台工作

什么不起作用?在
信息
模式
之间有一段时间。应该是下划线。我的意思是:
information\u schema.tables
。是吗?你是对的,它应该有下划线而不是句号。然而,它只是为我返回空值。