can we write stored function in out parameters? how to call
through select statement? how to written more than one
value plz give the exmple?
Answer / shekharjchandra
Hope u mean the below question
can we write stored function in out parameters? how to call
through select statement? how to written more than one
value plz give the exmple?
As
can we write stored function in out parameters? how to call
through select statement? how to RETURN more than one
value plz give the exmple?
------
We can write stored function with both IN and OUT parameters.
We can call from select statement only if there is no OUT parameter in it, and that too the called function should not modify the table data what is referred in Select statement.
And other condition it should not return multiple values when it is referred in Select statement
In order to return more then one value you have to use OT parameters or return the value as record and loop through the returned values.
Regards
J
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the different types of dbmss?
Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
Explain how to use transactions efficiently : transact sql
What is pl sql package?
What is normalisation in sql?
What is triggering circuit?
What is the max nvarchar size?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
How would you hide a table in sql. ie the table can be only visible to its maker?
What is sqlca in powerbuilder?
What are the different types of sql commands?
I have a table .in the table 100 recored is there .we have get the single row with out using clause..
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)