ailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 8:52 AM
To: David T-G
Cc: '[EMAIL PROTECTED]' List
Subject: Re: breaking lines with perl
On Dec 2, 2003, at 10:44 AM, David T-G wrote:
> Hi, all --
>
> I have some database sql dumps that look like
>
> insert into ta
James, et al --
...and then James Edward Gray II said...
%
% On Dec 2, 2003, at 10:44 AM, David T-G wrote:
%
% > insert into table (f1,f2,f3) values (v1a,v2a,v3a),(v1b,v2b,v3b),...
...
% >break these lines at the commas like
% >
% > insert into table (f1,f2,f3) values (v1a,v2a,v3a),
% > (v1b,
On Dec 2, 2003, at 10:44 AM, David T-G wrote:
Hi, all --
I have some database sql dumps that look like
insert into table (f1,f2,f3) values (v1a,v2a,v3a),(v1b,v2b,v3b),...
where of course the insert lines are whopping long. I would like to
break these lines at the commas like
insert into ta