Skip to content

Commit

Permalink
chore: adjust csv
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Nov 27, 2024
1 parent feb819d commit bec9074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis-server/resources/function_list/mssql.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ scalar,floor,Numeric,,decimal,"Returns largest integer less than number."
scalar,pi,Float,,, "Returns value of PI."
scalar,getdate,Datetime,,, "Returns current date and time."
scalar,getutcdate,Datetime,,, "Returns current UTC date and time."
scalar,sysdatetime,Datetime2,,, "Returns date and time of SQL Server."
scalar,sysdatetime,Datetime,,, "Returns date and time of SQL Server."
scalar,host_name,String,,, "Returns workstation name."
scalar,newid,Uniqueidentifier,,, "Returns new GUID."
scalar,newid,String,,, "Returns new GUID."
scalar,user_name,String,,, "Returns database user name."
scalar,upper,String,,varchar,"Converts string to uppercase."
scalar,lower,String,,varchar,"Converts string to lowercase."

0 comments on commit bec9074

Please sign in to comment.