Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在从以下查询中获取结果时遇到问题:
SELECT SQL_CALC_FOUND_ROWS App.ID, UserFeedback.Type FROM App LEFT JOIN UserFeedback ON App.ID = UserFeedback.App_ID
它没有返回任何东西,我怀疑它与UserFeedback空虚有关。表中有一行,Appointments当我使用SELECT * FROM Appointments.
UserFeedback
Appointments
SELECT * FROM Appointments
难道我做错了什么?
查询是空的连接表很好,其他东西一定是错的