# LogicTest: default

query TTTT colnames
HELP replace
----
Function  Signature                                            		Category         Details
replace   (input: string, find: string, replace: string) -> string  String and Byte  Replaces all occurrences of `find` with `replace` in `input`

query TTTT colnames
HELP missing
----
Function    Signature                           Category            Details

query TTTT colnames
HELP LEAST
----
Function    Signature                           Category            Details
least       (anyelement...) -> anyelement       Comparison			Returns the element with the lowest value.
