user-defined-functions
UDF Regular Expressions for maria db
I\'ve found this really good user defined functions for using regular expressions in mysql However when trying to instal I get can\'t find mysql library[详细]
2023-03-19 19:31 分类:问答C# string function to T-SQL scalar function
I want to use a c# function which modifies a string for html valid url name. The function is like below:[详细]
2023-03-19 19:08 分类:问答Split value pairs and a create table using UDF
I\'ve been trying to write a Table-Valued function that takes value pairs as a parameter and return a table with two columns.[详细]
2023-03-19 16:43 分类:问答MySQL - Trouble with creating user defined function (UDF)
I\'m trying to create this function: CREATE FUNCTION remove_non_alphanum (prm_strInput varchar(3000)) RETURNS VARCHAR(3000)[详细]
2023-03-19 09:59 分类:问答Excel UDF returns a huge number
Excel AddIn using Excel DNA, VS2008, C#, MyUDF(param1, parm2) when I type in \"=MyUDF\" and hit enter, Excel displays a huge number like 970063926[详细]
2023-03-19 05:44 分类:问答Php user defined functions, (im new need help)
I understand I can define a function like this: <?php function say_hello() { echo \"hello world!\"; }[详细]
2023-03-18 23:13 分类:问答How to distinguish user-defined / library functions from a compiled file?
EDIT: What I want is to distinguish statically linked library functions and user self-written functions within a compiled file (e.g. PE file).[详细]
2023-03-17 22:38 分类:问答Error 1127 in MySQL udf creation
i am attempting to create a UDF for use in MySQL.I have compiled the function using gcc and it works properly.I then moved the .so file into my plugin directory and entered into the My开发者_如何学Pyt[详细]
2023-03-16 11:16 分类:问答Excel is calculating a formula with a VBA function as an error unless it is re-entered
I\'ve got a simple if statement set up in a worksheet where the if condition is VBA user defined function:[详细]
2023-03-15 10:03 分类:问答Using a parameter in UDF from clause
I have a User defined function in SQL Server 2008. Here it is: CREATE FUNCTION [dbo].[GetAddressByEntityNameAndId][详细]
2023-03-15 03:04 分类:问答