Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sting Manipulation problem with SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Sting Manipulation problem with SQL
Divers
Thread ID:
00086804
Message ID:
00086804
Vues:
63
Shouldn't the select below return "5300" for the value?

field1 = "CAMINO LOS REALES LOT#5300"

select substr(field1,AT('#',field1)+ 1) from TABLE1 into cursor query

All I am getting as a returned result is the first character of 5. I tried doing query below to force substr to return 10 characters after the number that the AT() function returns, but again all I get is the first character. I've tried several variations of this simple SQL but can't get it to return every thing to the right of the "#". If I use the command window and just use -> substr(field1,AT('#',field1)+ 1)
the returned value is correct, but for some reason SQL doesn't work with this construct. Any help greatly appreciated.

Thanks,

John
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform