Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oops! MIN & MAX in SQL commands
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Oops! MIN & MAX in SQL commands
Divers
Thread ID:
00752219
Message ID:
00752219
Vues:
53
Is this behaviour intentional?

A table exists called DATATABLE and a numeric field NFIELD exists in it. The record pointer is on, say, record #1.

?MAX(NFIELD, 99)
SELECT MAX(NFIELD, 99) AS COLUMN1 FROM DATATABLE

The first line works fine.
The second line raises Error 1300 "Function name is missing )."

MIN gives the same error. A pity.
(I think this has been there since Fox 2xx - any comments?)

Anyone else seen this?

John Burton
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform