You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select * from model_searchlib a
inner join model_searchlib b on a.cc = b.cc
where a.aa ='cn' and b.bb ='jp'
and (b.isshare=1 or a.isshare=1 )
LIMIT 0,7
expect result:
1.Normal return result
real result:
1.
ERROR 1003 (HY000): Unknown column 'b.isshare' in 'where clause'
supplements:
1.no
The text was updated successfully, but these errors were encountered:
Misjudgment. The basis for misjudgment is that there are multiple shardingTables under the same schema, which are optimized as er tables at this time. If there is only one shardingTable under a schema, an error will be reported
no
schema.xml
rule.xml
server.xml
only this one table
step1.
1.Normal return result
1.
1.no
The text was updated successfully, but these errors were encountered: