Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select max()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01352446
Message ID:
01352450
Vues:
26
Moises,

Probably it is just a misspelling in your post here and it is alright in your actual code, but you are selecting max(code) and then replacing coded (an extra or a missing d)

>select max(code) from estoque ;
> into array lctemp
> lcTemp[1] = nvl(lcTemp[1],0)+1
> replace coded with lctemp
>
> SELECT ESTOQUE
>
>= TABLEUPDATE (.T.)
>
>*********************************************************
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform