Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql to mysql query
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Sql to mysql query
Divers
Thread ID:
01534000
Message ID:
01534000
Vues:
76
Sergey i think u gave me reply . I searched but could not find thread.
Now i want to use query into mysql SQLEXEC. How this possible
thanks
insert into dlyatten (code, date, type, category, scode, lCode, sec,syear ) ;
   select code, m.pDate, 1, "P", scode, lCode, Sec,ssyear ;  
	   from Student st ;
	   WHERE Admtd = 1 ;
		AND NOT EXISTS (SELECT * FROM dlyatten dl ;
			WHERE dl.code = st.code AND date=pdate )
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform