fangles wrote:
PK? I'm sorry but I am not familiar with that term..

Sorry, in this example a Primary Key is a column (eg an integer) which uniquely specifies a row in a table.

In the example above you:

select all columns from the rows which have a PK in the set
 (
select the PK from all rows where the columns joined together matches your search text
 )

BTW, I don't know how well this performs compared to the FTS extensions.

Martin

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to