Nov 20, 2002 #1 chenthorn Programmer Joined May 16, 2002 Messages 18 Location US how does one truncate a table variable inside a function? truncate table doesnt work. do I just set the var to '' and re-declare it? thanks!!
how does one truncate a table variable inside a function? truncate table doesnt work. do I just set the var to '' and re-declare it? thanks!!
Nov 20, 2002 #2 tlbroadbent MIS Joined Mar 16, 2001 Messages 9,982 Location US Delete @tblvar Terry L. Broadbent - DBA Computing Links: http://tlbroadbent.home.attbi.com/programmer.htm faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions. Upvote 0 Downvote
Delete @tblvar Terry L. Broadbent - DBA Computing Links: http://tlbroadbent.home.attbi.com/programmer.htm faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.