Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Some bugs in direct join
Table: will1 (zone is primary key)
Table: will2 (account is primary key)
select name will1.zone as zone from will2,will1 where will2.zone=will1.zone and account = 'o110W5yqygj8LeFHXT2FEr-Ft_Zc';
select * from will2
(then crash)
disable this feature