Jorge Godoy <[EMAIL PROTECTED]> wrote:
numbers. Is there any way to select a value from this column and return
it as an integer?

My twopence. I just happened to have the same problem with iReports for a 10 digit number - it may be case specific but in my case

        # select ... int4(id) ...;

worked.

I tried int8(id) but java didn't take it as Integer. (It took int8 as something like Long.)


Regards,

Ben

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to