Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select SQL help needed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00042396
Message ID:
00042460
Vues:
31
>Keep SQL simpler:
>SELECT ssno ;
>FROM helth_priors_tmp ;
>INTO cursor tmp1 ;
>UNION SELECT ssno FROM helth_currents_tmp
>
>SELECT dedtype, mnpd, name, prsnid, unit, div, dept, subdept,;
>eeclascd, prioradj, ssno, sortkey, famsingl, frfamsng, dedamnt,;
>termcode, paidthru, addcode, adjamt, adjmonth, efctdate,;
>user_comment;
>FROM helthins_view ;
>INTO cursor cHelth_tmp3 ;
>WHERE ssno NOT IN (SELECT ssno FROM tmp1)

Thanks Edward!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform