Comments
Sort by recent activity
its worse if you have multiple case statements, then you end up with CASE WHEN s.COL1= '' THEN NULL ELSE s.Col1 END, CASE WHEN s.Col2= '' THEN NULL ELSE s.Col2 END, CASE WHEN s.Col3 = '' THEN NULL ELSE s.Col3 END / comments
its worse if you have multiple case statements, then you end up withCASE WHEN s.COL1= '' THEN NULL ELSE s.Col1 END, CA...
I solved it actually, turns out you need an origin/master branch in the remote repository before you can push to it. Once you have that, you can push/pull with no issues.
Hope that helps someone else
-Dave / comments
I solved it actually, turns out you need an origin/master branch in the remote repository before you can push to it. Once you have that, you can push/pull with no issues.
Hope that helps someone...