Jan 23, 2005 #1 taregeek Programmer Joined Jan 23, 2005 Messages 1 Location US We have updated to Oracle 9i and when we query a number field without precision it is always prefixed with a 'G'. Ex. should return '1234' actually returns 'G1234'. Same query in SQL plus does not return 'G'...
We have updated to Oracle 9i and when we query a number field without precision it is always prefixed with a 'G'. Ex. should return '1234' actually returns 'G1234'. Same query in SQL plus does not return 'G'...
Feb 1, 2005 #2 Syntergy Programmer Joined Jun 2, 2004 Messages 52 If you do a Str.String function around the result the "G" should go away. Upvote 0 Downvote