Kianris
Results
2
comments of
Kianris
Added details, this is for v0.9.1.
In MySQL: ``` create table Shiba(id bigint not null auto_increment, primary key(id), value varchar(255)); ``` Explain and review without alias `select * from Shiba` ``` select * from Shiba:-2 ()...