TiDB has a lot of builtin functions, but sometimes I can't recall the name, but it is a little bit annoying to check the documentation just for a name (some functions don't even have documentation). If TiDB can add a new syntax and display all supported builtin functions, it seems convenient. Such as: SHOW BUILTINS or HELP BUILTINS.
let me fix it.
@tangwz Hi, how's thing going? Just feel free to ask if you need any help :)
I will do it on holiday :)
Well done! Looking forward to the implementation on tidb side.
Did the builtin functions means the funcs in expression/builtin.go?
Yes, I think so
@tangwz are you working on this issue?
@Kifen I think ekalinin already added a PR.
already fixed by https://github.com/pingcap/tidb/pull/12941
Most helpful comment
let me fix it.