Subject Re: [firebird-support] Re: setting column delimiters for iSql
Author Helen Borrie
At 06:31 PM 1/08/2006, you wrote:

> >
> > 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??

That's just isql telling you the output name it has assigned if you
didn't assign one yourself. It shouldn't do that if you included the
"as some_name_for_output" clause in the query.

./heLen