Skip to content

Latest commit

 

History

History

sqlserver

SQL Server UDFs

This directory contains user-defined functions which mimic the behavior of proprietary functions in SQL Server. Each UDF within this directory will be automatically synchronized to the bqutil project within the ss dataset for reference in queries.

UDFs

Documentation

Emulates the CONVERT(VARCHAR, datetime_expression, style) expression from SQL Server as documented here.

Emulates the CONVERT(VARCHAR, datetimeoffset_expression, style) expression from SQL Server as documented here.

Emulates the CONVERT(VARCHAR, numeric_expression, style) expression from SQL Server as documented here.

Emulates the CONVERT(VARCHAR, varbinary_expression, style) expression from SQL Server as documented here.

Emulates the CONVERT(VARBINARY, varchar_expression, style) expression from SQL Server as documented here.