I have a table:
Account_Code | Desc 503100 | account xxx 503103 | account xxx 503104 | account xxx 503102A | account xxx 503110B
thanks, try this instead
Select STR(account_code) as account_code_Numeric, descr from account where STR(account_code) = 1
I'm happy to help you