Re: Trigger - for statement
From: Dejan Sarka (dejan_please_reply_to_newsgroups.sarka_at_avtenta.si)
Date: 08/20/04
- Next message: Joseph: "Re: convert hex string to hex"
- Previous message: Just D.: "Trigger - for statement"
- In reply to: Just D.: "Trigger - for statement"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Aug 2004 08:50:59 +0200
Hi!
If you need a loop, use WHILE statement. There is no FOR loo in T-SQL. Or do
you mean maybe FOR clause in some other statements (SELECT ... FOR ...)?
-- Dejan Sarka, SQL Server MVP Associate Mentor Solid Quality Learning More than just Training www.SolidQualityLearning.com "Just D." <no@spam.please> wrote in message news:H2hVc.1496$kz6.163@fed1read02... > All, > > How can I use FOR and others like that in T-SQL (inside triggers)? What's > the syntax of these FOR...? > > Thanks, > D. > >
- Next message: Joseph: "Re: convert hex string to hex"
- Previous message: Just D.: "Trigger - for statement"
- In reply to: Just D.: "Trigger - for statement"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|