Hello. I was wondering, why does the query
select * from (select * from users join users a) b
cause the Duplicate column name
error? While the inner query returns a result set with duplicate columns, postfixed with _1, the outer one reveals a column from the table.