<div dir="ltr">Hi, I tried the following for joining multiple tables by id, and select all into a new table.<div><br></div><div>However, it will not work because id gets repeated.  How to select all except one column?<br><div><br></div><div>select a.*, b.*, c.*, d.*<br>into new_table<br>from a_table a<br>join b_table b on <a href="http://a.id">a.id</a>=<a href="http://b.id">b.id</a><br>join c_table c on <a href="http://a.id">a.id</a>=<a href="http://c.id">c.id</a><br>join d_table d on <a href="http://a.id">a.id</a>=<a href="http://d.id">d.id</a></div><div><br></div><div>Looking forward to hearing from you.</div><div><br></div><div>Regards,</div><div><br></div><div>David<br><br></div></div></div>