【mysql】Every derived table must have its own alias

关于这条报错信息,意思是指每一个派生出来的表都必须有一个本身的别名。 _mysql_exceptions.OperationalError: (1248, 'Every derived table must have its own alias') 以下两条select语句能够说明这个问题: select count(*) from (select * from A where uuid='123
相关文章
相关标签/搜索