If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Does anyone in this forum can help me in joining two tables with one table having a field as "serial" datatype and another table having a field as "charater" datatypes.
The database server should convert character column to numeric column(or vice-versa) automatically using built-in casts.
In my case it works.
Check your character column if it contains any characters that are not valid numbers.