Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in user-defined-functions

How can a query with a TOP 10 take infinitely longer to complete than the same query without the TOP 10?

Spark how to use a UDF with a Join

Calling multi-statement TVF with different parameters in separate CTEs showing wrong results

How to call the Stored Procedure in the Table Valued Function in SQL Server 2005?

Returning Multiple Arrays from User-Defined Aggregate Function (UDAF) in Apache Spark SQL

Error Handling in User Defined Functions

How to call a user defined Matlab from Java using matlabcontrol.jar

User defined TYPE across databases

Entity Framework - Table-Valued Functions - Parameter Already Exists

How to create a custom windowing function for PostgreSQL? (Running Average Example)

Getting the result columns of table valued functions in SQL Server 2008 R2

Table-Valued Function using IF statement in SQL Server

How to use SQL user defined functions in .NET?

SqlServer2008 - Can I Alter a Scalar Function while it is referenced in many places

Why does a query execute so much faster when I (manually) cache the results of a table-valued function in a temporary table?

How do I use entity framework with hierarchical data?

BigQuery fails to save view that uses functions

How to call Scalar-valued function from LINQ to Entities server-side

Pass array as an UDF parameter in Spark SQL