Tablo Bağlantısı (Tablo Bağlama)

SELECT column1,column2
FROM table1
INNER JOIN table2
ON table1.column_name = table2.column_name;

Last updated

Was this helpful?