Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.ms-sqlserver > #1937

Re: WHILE LOOP AS FOR LOOP

Newsgroups comp.databases.ms-sqlserver
Date 2015-08-14 17:54 -0700
References <d5581480-cb05-4b19-8f82-995f7bfe01e3@googlegroups.com>
Message-ID <da7ddf9d-c19e-4071-80ee-401c8887fb1b@googlegroups.com> (permalink)
Subject Re: WHILE LOOP AS FOR LOOP
From --CELKO-- <jcelko212@earthlink.net>

Show all headers | View raw


Your mindset is wrong. SQL is a declarative language and does not use procedural constructs. Things happen "all at once" in whole sets, not in sequential steps. This means we have no loops. A classic book on this topic is Peter Henderson's FUNCTIONAL PROGRAMMING.

Back to comp.databases.ms-sqlserver | Previous | NextPrevious in thread | Find similar


Thread

WHILE LOOP AS FOR LOOP Jessica González <jess.rgm@gmail.com> - 2015-07-29 06:58 -0700
  Re: WHILE LOOP AS FOR LOOP Erland Sommarskog <esquel@sommarskog.se> - 2015-07-29 14:04 +0000
    Re: WHILE LOOP AS FOR LOOP Jessica González <jess.rgm@gmail.com> - 2015-07-29 07:31 -0700
      Re: WHILE LOOP AS FOR LOOP Erland Sommarskog <esquel@sommarskog.se> - 2015-07-29 15:44 +0000
        Re: WHILE LOOP AS FOR LOOP rja.carnegie@gmail.com - 2015-07-29 10:03 -0700
  Re: WHILE LOOP AS FOR LOOP --CELKO-- <jcelko212@earthlink.net> - 2015-08-14 17:54 -0700

csiph-web