SELECT table1.id, table2.name FROM table1 LEFT JOIN table2 ON table1.id = table2.id;
so if table1.id = NULL I want to return NULL or empty string fr