Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Order by FLOAT field

    Hi all,

    I managed to track down the error to a simple mistake in the syntax of the order by clause. I was ordering by TF-IDf, but both TF and IDF...

  • RE: Order by FLOAT field

    Many thanks for your reply,

    The following the database script for the table.

    USE [db1]

    GO

    /****** Object: Table [dbo].[TArticleTokens] Script Date: 03/03/2009 17:14:51 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE TABLE...

Viewing 2 posts - 1 through 2 (of 2 total)