Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting sql code into sqlserver
Message
De
15/08/2007 07:21:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Converting sql code into sqlserver
Divers
Thread ID:
01248200
Message ID:
01248200
Vues:
67
i want to write a procedure that will recode this vfp code into sqlserver code :

iif(val(z)=1,ctod(x),ctod(y)) && vfp code

into :

case when cast(z as int)=1 then cast(x as datetime) else cast(y as datetime) end as xxx
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform