user-defined-functions
SQL Group By On Output From User Defined Function
Is it possible, in Oracle, to group data on the output of a user defined function? I get errors when I try to, and it best illustrated by the below example:[详细]
2023-03-28 00:18 分类:问答Loop through a table in a CLR UDF C#
I need to write a CLR UDF that reads 开发者_C百科data from a table and loops through it, but most important storing data in double arrays (the table has only double values), afterwards I will use a ma[详细]
2023-03-27 10:03 分类:问答Access jQuery user defined function within said function via sub function
I was wondering how I could access the jQuery custom function within a sub function which is defined through an object. Observe:[详细]
2023-03-27 02:40 分类:问答How to add builtin functions?
I am new to python programming. Ho开发者_如何学运维w can I add new built-in functions and keywords to python interpreter using C or C++?In short, it is technically possible to add things to Python\'s[详细]
2023-03-26 02:46 分类:问答register hive udf using hue api
How to register a UDF开发者_StackOverflow by using HUE API? I am using below code but it\'s unable to register it.[详细]
2023-03-25 22:54 分类:问答SQL CLR: Streaming table valued function results
My iss开发者_StackOverflow社区ue is very similar to this issue. However, I\'m using SQL Server 2005 Service Pack 2 (SP2) (v9.0.3042) and the solution posted there does not work for me. I tried using[详细]
2023-03-25 15:38 分类:问答Inline table valued UDF performance
I’m using SQL Server 2008R2. I’ve written the following table-valued UDF that accepts either scalar values this or that or both as parameters and returns a table with columns ID, this, and that. I’[详细]
2023-03-25 15:31 分类:问答SQL Server: create multiplication table
I need help regarding this problem. I need to create a function that will accept an integer and return a 10x10 multiplication table starting from the input value.[详细]
2023-03-25 04:31 分类:问答CLR Table Valued Function - Verify Steps to Create
I\'ve created my first CLR table valued function. The steps I went through were: Create Library Run this command - EXEC dbo.sp_configure ‘clr enabled’,1 RECONFIGURE[详细]
2023-03-24 01:15 分类:问答Dynamically return table with different columns in a User Defined Table Function.
There are several limitations between a SQL Server stored procedure and a user defined function. UDF\'s Can\'t[详细]
2023-03-23 13:01 分类:问答