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.
SELECT2 つ以上の値の最小値または最大値まで可能ですか。次のようなものが必要です。
SELECT
SELECT MAX_VALUE(A.date0, B.date0) AS date0, MIN_VALUE(A.date1, B.date1) AS date1 FROM A, B WHERE B.x = A.x
MySQL のみを使用してこれを達成できますか?