Forum Replies Created

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

  • RE: dynamically selcting first 10 records from many tbls

    well, i dont make rule, i am the slave of my master. So master wants me to make something like a table pick first 10 records from unknown number...

  • RE: data manipulation by row

    and how i can create sister table with the specific sort order which will show like 2nd table, i am new to sql any help will be much appreciated.

    Thanks

  • RE: data manipulation by row

    well requirment suppose to show like 2nd table, order by processdataID

  • RE: mod 10 weights 1, 2

    DECLARE @TestData VARCHAR(12),

    @ControlString CHAR(36)

    SELECT @TestData = '03EA12J78',

    ...

  • RE: mod 10 weights 1, 2

    Here is my table--

    CREATE TABLE [dbo].[Tally] (

    [TestData] [varchar] (12) ,

    [ControlString] [varchar] (50) ,

    [Nek] [varchar] (50)

    ) ON [PRIMARY]

    declare @TestData varchar(12);

    set @TestData = '03EA12J77';

    select

    (10 -...

  • RE: mod 10 weights 1, 2

    Server: Msg 207, Level 16, State 3, Line 6

    Invalid column name 'N'.

    Server: Msg 207, Level 16, State 1, Line 6

    Invalid column name 'N'.

    Server: Msg 207, Level 16, State 1, Line...

  • RE: mod 10 weights 1, 2

    Server: Msg 8116, Level 16, State 1, Line 3

    Argument data type nvarchar is invalid for argument 2 of substring function.

    Server: Msg 8116, Level 16, State 1, Line 3

    Argument data type...

  • RE: query to show even and odd order

    HOW ABT INSTEAD FINDING EVEN AND ODD IF I WANT SPLIT THE TABLE AND SHOW LIKE THIS

    1 6

    2 7

    3 ...

  • RE: query to show even and odd order

    thanks for you reply how about if i dont want to limit it 1 to 10...... if i want all records in table to show like this... how should i...

  • RE: how to generate next #

    1 3202306000 (already in db)

    ...

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