I don't understand what you are trying to do ...
> Great, that is good.
>
[quoted text clipped - 13 lines]
> > >
> > > Thanks.
Suppose I have the next two lines:
select username, password from tablename;
select username, hostname from tablename;
suppose I want to add another column before the username. can I vertically
select the u's from two lines of username and start adding vertically so the
result after vertically adding will be:
select DATE, username, password from tablename;
select DATE, username, hostname from tablename;
Thanks.
Suedois - 16 Nov 2006 11:21 GMT
Form my point of view, this is not possible. Use copy/past

Signature
Stéphane
> Suppose I have the next two lines:
>
[quoted text clipped - 9 lines]
>
> Thanks.
light_wt - 17 Nov 2006 16:18 GMT
Thanks! You've been great.