Re: Function CONTAINSTABLE in MSSQL TO Oracle

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 2 Oct 2008 17:55:56 -0800
Message-ID: <48e56d9c$1@news.victoria.tc.ca>


mmf.stavelot_at_gmail.com wrote:
: Hi,

: To what can find an equivalent for function CONTAINSTABLE in Oracle?

: MSSQL:

: SELECT select_list
: FROM table AS FT_TBL INNER JOIN
: CONTAINSTABLE(table, column, contains_search_condition) AS KEY_TBL
: ON FT_TBL.unique_key_column = KEY_TBL.[KEY]

I'm guessing, but I would think that things liked pipelined functions and the CAST ... AS "function" would be a place to look. Received on Thu Oct 02 2008 - 20:55:56 CDT

Original text of this message