Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
37,171 questions
Filter by
Sorted by
Tagged with
Advice
0votes
3replies
69views

I'm working in Teradata SQL Assistant and I need to create a stored procedure that, given a table name, returns the percentage of NULL values for each column in that table.Right now, I generate the ...
-3votes
0answers
61views

I have a stored procedure and know its input parameters. How can I extract this data from this stored procedure in PHP?I have a query that allows me to display this data in the MSSQL database itself. ...
-1votes
0answers
101views

I have a stored procedure in Snowflake that joins data from two different databases, in the following form:CREATE OR REPLACE PROCEDURE database_1.schema_1.sp_test()RETURNS varcharAS BEGIN ...
1vote
1answer
58views

I have the following procedure written in redshift, which uses 2 for loops to get country code first and then years as per the country codes.--Procedure : sp_for_loop_testcreate or replace procedure ...
0votes
0answers
60views

I am trying to use for loop within the stored procedure to retrieve the employee id and process further but getting an error:Error: SQL Error: Internal jdbc driver errorProcedure:create or replace ...
0votes
0answers
59views

We have a stored procedure in DB2 written in an external sproc (possibly some mainframe language, possibly C++) that creates an XML structure and puts it on a queue.I know we can add a correlation id,...
Bill Rosmus's user avatar
0votes
1answer
194views

First, to define what I'm talking about, the "length" of a source is how many characters it has. Having more characters allows improving readability by using more descriptive function and ...
0votes
2answers
82views

I need to rewrite the code for getting and filtering the list of products. The older version used directly the SQL table Products, and filtered the result by code or name of a product, category, etc, ...
2votes
1answer
80views

I have a database on a Ubuntu system, that belongs to the postgresql user kalle (the owner of the database and the tables).That user is also the owner of the trigger function getimage, written in the ...
1vote
0answers
95views

I have the following simple Postgres stored procedure created that just sleeps a number of minutes as passed in to call:create procedure sleep_test(delay_minutes numeric) language plpgsqlas$$...
0votes
1answer
53views

I did some reading and then confirmed with our DBA's that our databases are not federated. So, I figured I could write a stored procedure to connect to the first database and store the query output ...
1vote
1answer
92views

Suppose I have two stored procedures, foo and bar, both written using Snowflake Scripting language.Inside foo, I want to call bar asynchronously and get a return value from bar. Is there currently a ...
0votes
1answer
132views

I am trying to get data from Postgres table with a help of stored procedure and fill a Winforms DataGrid with it.This is the stored procedure:CREATE OR REPLACE PROCEDURE public.get_list() LANGUAGE ...
2votes
1answer
268views

I am trying to learn how to call stored procedure from springboot data jpa repository and returns a cursor from stored procedure. While I am implementing I am getting error like org.springframework....
-2votes
4answers
390views

I am trying to learn and implement PostgreSQL Stored procedure call from Spring Boot repository using @Procedure annotated method. While calling stored procedure I am getting error saying that:Error...

153050per page
1
2345
2479

Hot Network Questions

more hot questions
Newest stored-procedures questions feed

[8]ページ先頭

©2009-2025 Movatter.jp