Subject | Re: Data type unknown.... |
---|---|
Author | sllimr7139 |
Post date | 2005-06-03T13:37:12Z |
Hi Adem,
I'm not sure I understand your modifications...
In all of the documentation I've read, I don't recall seeing the
second AS. Where are you getting this from?
Ryan.
P.S. That suggestion didn't work either.
I'm not sure I understand your modifications...
In all of the documentation I've read, I don't recall seeing the
second AS. Where are you getting this from?
Ryan.
P.S. That suggestion didn't work either.
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...> wrote:
> Hi Ryan
>
> Dont forget the as
>
> cast(-1 as integer) AS a,
> cast('' as varchar(64)) AS b,
>
> Adam