DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 31

Thread: morethan 3 consecutive rows

Threaded View

  1. #19
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Quote Originally Posted by rajan1
    Thanks everybody for the response. Can I suggest the DBA team to make the two columns Date and Time into one column as Date? In this way we can sort by Date.
    You are right. Then add date col in the order by clause.

    OR

    Even after you combine those 2 columns, they will not form a unique key. I suggest you should add a running seq col into the table, and make it as PK.

    Tamil
    Last edited by tamilselvan; 04-06-2006 at 09:59 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width