Create Function (SQL)

Поиск
Список
Период
Сортировка
От Mark Simon
Тема Create Function (SQL)
Дата
Msg-id 454D82CC.6090503@manngo.net
обсуждение исходный текст
Ответы Re: Create Function (SQL)
Список pgsql-sql
<tt>I am trying to create a simple function using SQL rather than PGSQL. At this point, it's just for the exercise.<br
/><br/> Is it possible to create a function similar to the following:<br /><br />     create function thing(text) as
select* from whatever where id=$1;<br /><br /> Do I need to specify all of the columns from the table (whatever) as out
parameters,or as a return type, or can I have a generic table returned from this?<br /><br /> Thanks,<br /><br />
Mark<br/></tt><div class="moz-signature">-- <br /><style>#signature {    color: #00008B;    font-family: sans-serif;
font-size:10pt;}#signature h1 {    font-size: 125%;    margin: 4px 0px;}#signature p {    margin: 4px 0px;}#signature a
{   color: #005247;    text-decoration: none;}
 
</style><div id="signature"><h1>Mark Simon</h1><p>Manngo Net Pty Ltd<p>Phone/Fax: 1300 726 000<br /> mobile: 0411 246
672<p>email:<a href="mailto:mark@comparity.net">mark@manngo.net</a><br /> web: <a
href="http://www.manngo.net">http://www.manngo.net</a><p>Resume:<a
href="http://mark.manngo.net">http://mark.manngo.net</a></div></div>

В списке pgsql-sql по дате отправления:

Предыдущее
От: Mark Simon
Дата:
Сообщение: Create View
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Create View