返回顶部
首页 > 资讯 > 数据库 >MariaDB 10.3支持update多表ORDER BY and LIMIT
  • 429
分享到

MariaDB 10.3支持update多表ORDER BY and LIMIT

2024-04-02 19:04:59 429人浏览 安东尼
摘要

MariaDB 10.3支持update多表ORDER BY and LIMIT1)update连表更新,limit语句update t1 join t2 on&nb

MariaDB 10.3支持update多表ORDER BY and LIMIT

1)update连表更新,limit语句

update t1 join t2 on t1.id=t2.id set t1.name='hechunyang' limit 3;

Mysql 8.0 直接报错

MariaDB 10.3支持update多表ORDER BY and LIMIT


MariaDB 10.3 更新成功

MariaDB 10.3支持update多表ORDER BY and LIMIT


---------------------------------------------------

2)update连表更新,ORDER BY and LIMIT语句

update t1 join t2 on t1.id=t2.id set t1.name='HEchunyang' order by t1.id DESC limit 3;

mysql 8.0 直接报错

MariaDB 10.3支持update多表ORDER BY and LIMIT


MariaDB 10.3 更新成功

MariaDB 10.3支持update多表ORDER BY and LIMIT


参考:https://jira.mariadb.org/browse/MDEV-13911



您可能感兴趣的文档:

--结束END--

本文标题: MariaDB 10.3支持update多表ORDER BY and LIMIT

本文链接: https://lsjlt.com/news/44830.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作