Ramon Quintana

Ramon Quintana

  • NA
  • 404
  • 61.6k

Results from Select with values out of range

Jul 11 2019 11:16 AM
Hi,
 
I have a Table "Cuentas_Maestro" with Varchar type field "Numero_cuenta"  i need to get all of records inside a specific range but i get records out of that range "in yellow", why??
 
image:
 
 
What i have to do?
 
I have tried with:
 
ISNUMERIC,CONVERT AND CAST Clause but i don´t have the correct result 
 
for example:
 
select * from Cuentas_Maestro
where isnumeric(Cuentas_Maestro.Numero_cuenta) between 50000000 and 89999999
 
and nothing...

Answers (3)