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
Hi! You're right that || is the standard way to concatenate strings (per 6.31 <string value expression>), unlike CONCAT. I don't know of anyone working to implement it, so if you were thinking to make a pull request, it would be most welcome!
Hi.
Great crate thank you very much for your work.
I think there isn't support for ANSI SQL String concatenation:
SELECT "a" || "b" FROM ...
Is there plan to support this soon?
I think most SQL dialects support the
CONCAT
function, but I don't think it's ANSI SQL.The text was updated successfully, but these errors were encountered: