Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql to mysql query
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Sql to mysql query
Miscellaneous
Thread ID:
01534000
Message ID:
01534000
Views:
77
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 )
Next
Reply
Map
View

Click here to load this message in the networking platform