Results 1 to 3 of 3

Thread: sql-loop

  1. #1
    Join Date
    Aug 2003
    Posts
    2

    sql-loop

    hey!
    just a simple question: do any loops exist in sql, or do i need a programming language?

    thanks!

    kaasi

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Yes there are loops in PL/SQL or Transact-SQL.

    you can use do while and For loops.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    while or do should be there in every rdbms

Posting Permissions

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