Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parameter Passing

Pass Table Name Used In From To Function Automatically?

Working with PostgreSQL 9.6.3. I am new to functions in databases. Let's say there are multiple… Read more Pass Table Name Used In From To Function Automatically?

Pass Array Of Tags To A Plpgsql Function And Use It In Where Condition

I'd like to create a function that returns items based on their tags. However, I do not know ho… Read more Pass Array Of Tags To A Plpgsql Function And Use It In Where Condition

T-sql - Using And Condition Only If A Value From A List Is Present

I want to add an AND condition in my query after the WHERE clause only if I find (a) value(s) from … Read more T-sql - Using And Condition Only If A Value From A List Is Present

How To Get Data From A Pl/sql Function If A Parameter Have More Than One Value In Function With Single Parameters

I am developing a procedure in pl/sql that get a data set from a cursor executed in a function. For… Read more How To Get Data From A Pl/sql Function If A Parameter Have More Than One Value In Function With Single Parameters

How To Use User.identity.name As A Parameter For Sqldatasource In Asp.net?

For SqlDataSource I can configure the external source for the incoming paramater. For example it mi… Read more How To Use User.identity.name As A Parameter For Sqldatasource In Asp.net?

Pass Array Literal To Postgresql Function

I have a Postgres function which contains a select statement. I need to add a condition using a pas… Read more Pass Array Literal To Postgresql Function