# Write your MySQL query statement belowSELECT (MIN(ABS(p1.x-p2.x))) AS shortestFROM point p1LEFT JOIN point p2ON p1.x != p2.x