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
Titre:
SQL Server Syntax?
Divers
Thread ID:
00495857
Message ID:
00495857
Vues:
40
I have a statement that I need to transport to a SQL Servr.

SELECT int(g1csf.pacid / 10^6) as ureg, * ;
FROM g1csf INNER JOIN g1_cnsin ;
ON G1csf.cnsinv = G1_cnsin.cnsinv ;
where substring(ltrim(str(g1csf.pacid,14)),8,2) ='20' ;
into cursor tests ;
having ureg >= 260000

How do I get the INT() functionality in SQL Servr 7 or 2000?

__Stephen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform