Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using Full Text Query Problem

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-08-19 : 18:47:41
John writes "Hi Guys,

Code:
_______________________________________________
mySQL = "SELECT DISTINCT bus_id FROM business_details INNER JOIN FREETEXTTABLE( business_details, *, '" & search & "' ) AS SR ON bus_id = [Key] "
_______________________________________________

Query works fine however it does not display DISTINCT and seems to return a value for bus_id wherever it finds a match so I get :

1,32,45,2,32,1,5,67,1, lalalalalalalalal

How can I select unique values using free text?

Thanks

sorCrer

SQL7 pack2 / NT SERVER 4 pack 5"
   

- Advertisement -