Hi,
Daniel Schuchardt wrote:
...
> in 81:
>
> postgres=# SELECT 1::INTEGER||1::INTEGER;
> ?column?
> ----------
> 11
> (1 row)
*shudder* is this actually a port of an application originally
targeted at M*Sql? ;)
Are you using those columns somewhere with their real type - as
integer? I mean if you use them as text everywhere why not change
the type once?
T.