Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number Column result set in 9i prefixed with a 'G'

Status
Not open for further replies.

taregeek

Programmer
Jan 23, 2005
1
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'...
 
If you do a Str.String function around the result the "G" should go away.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top