Hello,
I'm not sure what function I'm looking for but what I'm wanting to do is group all of the a.version by NULL vs Not NULL no matter what the version value is.
What do I need to do?
select c.name, c.address, a.version
From clients c
Left Join app_Info a
ON c.uid = a.uid