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

Thread: sequence

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    3

    sequence

    when i am creating sequence than who to use in select query or how i will write in loop statement because i want to put thousands of records by using loop

  2. #2
    Join Date
    Jul 2006
    Posts
    3

    sequences

    when i am creating sequence than who to use in select query or how i will write in loop statement because i want to put thousands of records by using loop plz write and send loop statement or procedure
    Last edited by advanisuraj; 07-10-2006 at 03:41 PM. Reason: plz send full statement or procedure

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    what?

    if you want to use it for an id column just call sequre.nextval

  4. #4
    Join Date
    Aug 2000
    Posts
    33
    select .nextval from dual;

  5. #5
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    You guys have skills. What a string of words that was...
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

  6. #6
    Join Date
    Jun 2006
    Posts
    259
    Quote Originally Posted by KenEwald
    You guys have skills. What a string of words that was...
    thats funny Ken. That was not english.

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