Subject | Re: [firebird-support] Re: setting column delimiters for iSql |
---|---|
Author | Helen Borrie |
Post date | 2006-08-01T08:40:49Z |
At 06:31 PM 1/08/2006, you wrote:
didn't assign one yourself. It shouldn't do that if you included the
"as some_name_for_output" clause in the query.
./heLen
> >That's just isql telling you the output name it has assigned if you
> > select
> > '#' || username || '#' || userid || '#' as usernameandid
> > from atable
> >
> > ./heLen
> >
>
>hmm....this seems to work ok. But after every 20 lines, it would print
>the feldname:
>
>Concatenation
>======================
>
>Is there any way to turn this off??
didn't assign one yourself. It shouldn't do that if you included the
"as some_name_for_output" clause in the query.
./heLen