-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[docs] fixes to sql-scalar.md #16826
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some suggestions.
Co-authored-by: Katya Macedo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. ROUND
and LOOKUP
can be addressed in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to the ROUND
and LOOKUP
functions look good.
Description
Makes changes to
sql-functions.md
page:REPEAT
(N is not optional, always demands two arguments)LEFT
andRIGHT
(length is not optional)TEXTCAT
so that it is not reliant onCONCAT
's definitionCONCAT(expr[, expr, ...])
POSITION
function to be more neutral (removing needle in haystack analogy)This PR has: