Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup from removed column and overlooked CONCAT #441

Merged
merged 6 commits into from Nov 6, 2019
Merged

Conversation

glha
Copy link
Contributor

@glha glha commented Nov 6, 2019

Forgot to clean comma from removed column and the very CONCAT used as an example in #440, was not converted using the ISNULL() approach.

glha and others added 6 commits November 5, 2019 16:44
Changing the queries to be compatible with MSSQL Server 2000 (v8.x), replacing CONCAT with ISNULL(string, '') + next string and STRING_AGG with a COALESCE(STUFF(ISNULL())) mix.
Forgot to clean comma from removed column and the very CONCAT used as an example in mtxr#440, was not converted using the ISNULL() approach.
Forgot to clean comma from removed column and the very CONCAT used as an example in mtxr#440, was not converted using the ISNULL() approach.
@mtxr mtxr merged commit 4e145fb into mtxr:master Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants