× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



It looks like this use of RPAD, which is not found on the iseries, does the same as repeat - it starts padding after the length of the string expression in the 1st parameter out as far as the length in the second parameter, with the string in the 3rd parameter. So REPEAT, which showed up at least at V5R3, would do the same thing, with a cleaner syntax, probably.

McKown, John wrote:
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of David FOXWELL
Sent: Tuesday, January 06, 2009 8:15 AM
To: Midrange Systems Technical Discussion
Subject: SQL RPAD

Hi,

How do I write this or its equivalent for my i5?

INSERT INTO t_test VALUES (2,rpad('*',32000,'*'))

Thanks.

If I understand what RPAD('*',32000,'*') does, which I believe is to
create a string of 32,000 asterisks, then I think you want:

INSERT INTO t_test VALUES(2,REPEAT('*',32000))

--
John McKown Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)
Administrative Services Group
9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mckown@xxxxxxxxxxxxxxxxx * www.HealthMarkets.com

Confidentiality Notice: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential or proprietary information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.