[#6977] Add native support for SQL Server 2017 TRIM()
This commit is contained in:
parent
42fb902eab
commit
07085f3108
@ -71,6 +71,9 @@ final class Trim extends AbstractFunction<String> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return function("trim", SQLDataType.VARCHAR, argument);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user