Multiple data fields

  • Hi guys. For a table i see there is a header and data. I need data in second row(which i already there when you pull the table). How do i get data in the 4th row. ??? Please help me guys. thanks.

  • missing too many details..

    you have two tables, header and footer, or is this a text file?

    if it is a pair of tables, is there a relationship betwene the header table and footer table? foreign keys? identity?

    can you SELECT * FROM footerTable where PK=4 and FK=??

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

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

You must be logged in to reply to this topic. Login to reply