Hello, sorry if this question is kinda dumb...
When you create two tables, one with id being small int and another table with id being big int, does mysql internally does a conversion? like, when you inner join both tables: select * from table1 b inner table2 a ON a.id = b.id.
Thanks!
When you create two tables, one with id being small int and another table with id being big int, does mysql internally does a conversion? like, when you inner join both tables: select * from table1 b inner table2 a ON a.id = b.id.
Thanks!
Comment