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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
Does Squel handle mssql (version prior to 2012) CONCAT?
i.e.
Assume there is a query
select CONCAT('text', table.column_name) from table
.
Will this be automatically converted to mssql (version prior to 2012) flavored concat. Because our mssql version doesn't support CONCAT keyward. Instead it should be
'text' + table.column_name
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does Squel handle mssql (version prior to 2012) CONCAT?
i.e.
Assume there is a query
.
Will this be automatically converted to mssql (version prior to 2012) flavored concat. Because our mssql version doesn't support CONCAT keyward. Instead it should be
The text was updated successfully, but these errors were encountered: