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.
我在 mysql 控制台中运行以下查询:
SELECT * FROM has WHERE tweetId <= 32344308065509376 AND tweetId >= 31486746491363330
但记录与tweetId=32342160586047488不在结果集中!!!!!!!但它存在于表“有”中!任何人都可以帮助我克服这个奇怪的问题吗?谢谢
tweetId=32342160586047488
要么是解析错误,要么你的表需要修复。