procedures
sp_executeSQL and Statment with more than 2000 characters
I\'m using dynamic SQL and I need to exec a long SQL query, First I declare @var with query as nvarchar(4000), but my query is longer than 4000 chars.[详细]
2023-04-05 03:08 分类:问答MySQL How to get results after PREPARE and EXECUTE in Stored Procedure?
My current code is : DELIMITER 开发者_StackOverflow社区\\\\ CREATE PROCEDURE sample (IN _car VARCHAR(15))[详细]
2023-03-26 13:42 分类:问答oracle 10g overloaded procedures in a package
I\'m trying to replicate the code found in: http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:59412348055[详细]
2023-03-23 08:43 分类:问答SQL procedure to select merge
My procedure is: create procedure \"news\" as开发者_StackOverflow select newsdate,COUNT(B.id) as total from news B[详细]
2023-03-07 18:45 分类:问答How do I retrieve values from a nested Oracle procedure?
I have kind of a tricky Oracle problem. I am trying to select one set of dat开发者_如何学运维a, we\'ll call items. For each item I want to call another procedure and return an Inventory Item. I have t[详细]
2023-03-06 15:34 分类:问答using existing tcl c procedures in tcl script
How to use Tcl_ParseCommand or list of Tcl C procedures already available under \"http://tmml.sourceforge.net开发者_JAVA百科/doc/tcl/\". Do i need to write wrapper c procedure and init procedure for e[详细]
2023-03-01 16:40 分类:问答How can you get the value of an ENUM within a MySQL Procedure
It seems to me that enums are broken within MySQL, at least on version 5.0.51a-24+lenny5 (Debian).I have a simple lookup table which contains an enum field:[详细]
2023-02-28 05:50 分类:问答oracle: select information about a function/procedure
I would like to retrieve information about procedures/functions from Oracle database. I know, that I can use ALL_PROCEDURES and USER_OBJECTS tables, but they only inform me about names of existing pro[详细]
2023-02-27 11:25 分类:问答Using like pattern in mysql case statement with two different tables
I have a table with names (names).I have another that holds ids (user). I have a conditional construct - a case-when statement that is supposed to insert an id into the user table if a name in the nam[详细]
2023-02-20 23:37 分类:问答Can MySQL triggers or stored procedures be written in Java?
I have two databases. Changes like edits, insertions to one, need to be made to the second one as well and vice versa.[详细]
2023-02-19 11:50 分类:问答