gpt4 book ai didi

MySQL,获取最后创建的表名

转载 作者:行者123 更新时间:2023-11-29 01:33:52 24 4
gpt4 key购买 nike

是否可以获取给定数据库中最后创建的表名称?

最佳答案

select table_name from information_schema.tables where table_schema = 'some_database' order by create_time desc limit 1;

关于MySQL,获取最后创建的表名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2996210/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com