Hi all!

If I made a C function, let's say
 "ext_data", with an  int  input parameter and  RECORD  or user defined type
(but always only one row) as a output, would I be able to write a SQL query like:

SELECT   st.*, ext.*
FROM     SomeTable st,  ext_data(st.ID)  ext
WHERE    condition only on SomeTable data.

Bosko

Confidentiality Notice: This e-mail, including any documents accompanying this e-mail, 
contains information from the offices of TeleTrader Software AG, which may be 
confidential. This e-mail message is intended only for the addressee(s). If you are 
not the intended recipient, be aware that any disclosure, copying, distribution or use 
of the contents of this e-mail is prohibited. If this e-mail has been sent to you in 
error, please delete this e-mail and any copies or links to this e-mail completely 
from your system and notify us immediately so that we can ensure that no further such 
e-mails are sent to you. Please also keep in mind that communication via e-mail over 
the Internet is insecure because of third parties' possibilities to access and 
manipulate e-mails. Any views expressed in this message are those of the individual 
sender, except where the sender specifically states them to be the views of TeleTrader 
Software AG.


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to