Re: deleting user variable

2005-05-31 Thread mfatene
Hi Samit, mysql> select @toto -> ; +---+ | @toto | +---+ | NULL | +---+ 1 row in set (0.00 sec) mysql> set @toto:=5; Query OK, 0 rows affected (0.01 sec) ... use @toto ... mysql> set @toto:=NULL; Query OK, 0 rows affected (0.00 sec) mysql> select @toto; +---+ | @toto | +---

deleting user variable

2005-05-31 Thread samit jain
Hi, A simple question. How to delete the user variables created on the server using set @varname= syntax? thanks, Samit __ Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintou