On Tue, 26 Feb 2002, Mark Fowler wrote:

> How about some form of enclosing block syntax.  I don't see why one sql
> "block" should be considered to be one statment.  I might want to have
> multiple statements in one block.
>
> sql delete_user($name)
> {
>    delete * from users where name=$name;
>    delete * from accesses where name=$name;
> }

Yes I like that alot, thanks!

-Aaron

-- 
 Aaron J Mackey
 Pearson Laboratory
 University of Virginia
 (434) 924-2821
 [EMAIL PROTECTED]


Reply via email to