I have Oracle database with a main table contain 9 000 000 rows and a second with 19 000 000 rows. When I do : SELECT * FROM main m INNER JOIN second s ON ...
確定! 回上一頁