ADSM-L

Re: select statement

2002-01-28 23:17:16
Subject: Re: select statement
From: "Seay, Paul" <seay_pd AT NAPTHEON DOT COM>
Date: Mon, 28 Jan 2002 23:13:54 -0500
I do not know of a count limiter but you can do a mask on volume_name with
the LIKE predicate.  You would add LIKE 'XXX%' or LIKE '__X%' for example.
% is the splat, _ is the placeholder.

<Prev in Thread] Current Thread [Next in Thread>