You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I'm aware this is a solution sometimes there's just too many columns which would make the wildcard and correct auto-resolution of name conflicts preferable
SELECTtable_a.idAS id,
a,
b
FROM
table_a
LEFT JOIN
table_b
ONtable_a.id=table_b.id;
What happens?
table_a
table_b
Returns
When it should return
To Reproduce
OS:
Debian GNU/Linux 11 (bullseye)
JupySQL Version:
0.10.16
Full Name:
Rajith Wickramatunga
Affiliation:
camh
The text was updated successfully, but these errors were encountered: