Talking about productivity When you make use of temp views, they will drop themselves :)
Tony -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg Sent: donderdag 5 juli 2012 17:54 To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Tip of the Day: Dropping Multiple Views Awesome!! No more writing multiple drop view statements. Dan Goldberg -----Original Message----- From: A. Razzak Memon Sent: Thursday, July 05, 2012 8:31 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Tip of the Day: Dropping Multiple Views Thursday, July 5, 2012 Tip of the Day: Dropping Multiple Views Product: R:BASE eXtreme 9.5 (32/64), Build: 9.5.1.10717 or higher R:BASE eXtreme 9.1 (32/64), Build: 9.1.5.20717 or higher Section: Commands Did you know that you can drop multiple views with a single DROP command? Here's how: The DROP command has been enhanced to drop multiple views with the same DROP command by supporting the delimiter character between view names in the syntax. The R:BASE default delimiter is a comma (,). DROP VIEW ViewName1, ViewName2, ViewName3 The NOCHECK parameter can also be added to eliminate the confirmation message. DROP VIEW ViewName4, ViewName5, ViewName6 NOCHECK Stay productive, my friends! Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase www.Razzak.com www.RazzakMemon.com --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

