When I JOINing to tables which both have 'id' column, I getting the result with 'id' not from the table I need. And both these table has a lot of columns so I don't want to type them all in my query. Is it posible to do something similar to css :not like SELECT table1.*, table2.*:not(id) FROM ...
? Or maybe there is some other solution?
Thanks