Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Syntax?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00495857
Message ID:
00495953
Vues:
10
>
>SQL Server doesn't like field aliases in its GROUP BY or HAVING clauses. Copy the actual expression definition into the HAVING clause.
>SELECT cast(g1csf.pacid /10000000 as int) as UREG, g1csf.*
>into ProgeddTests
> FROM  g1csf INNER JOIN g1_cnsin
>   ON  G1csf.cnsinv = G1_cnsin.cnsinv
>   where substring(ltrim(str(g1csf.pacid,14)),8,2) ='20'
>and substring(ltrim(str(g1csf.pacid,14)),1,2) ='26'
>having cast(g1csf.pacid /10000000 as int) >= 26000
>HTH.

It doesn't like the having without a group by either. Oh well??

Thanks though.

__Stephen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform