Write a statement, meet with difficulties, please give directions, statements are as follows:
SELECT * FROM OPENQUERY (MYSQL, 'SELECT * FROM table')
Select a, b, c=(select * FROM OPENQUERY (MYSQL, 'select count (*) FROM the table where d=t1. A')) FROM table1 t1
This is the "where d=t1. A" I don't know how to write, is always an error,
I tried, where a='t1. A' where a='ta. A' 'where a=' "t1. A '"
CodePudding user response:
The structure of the table send it and seeCodePudding user response: