Subject | Re[2]: [firebird-support] Varchar 32765 as result of substring? |
---|---|
Author | Björn Reimer |
Post date | 2009-03-21T14:22:44Z |
> Use substring to cut the "excess" and then cast it to the desired size,Thanks, that did it.
> something like this:
> select cast(Substring(LPAD('ABC',10,'*') from 1 for 10) as
> varchar(10)), cast(Substring(LPAD('ABC',10,'*') from 1 for 10) as varchar(10))
> FROM RDB$DATABASE;
--
Björn Reimer - RRZE