Ne, v MySQL to není možné. Musíte použít připojení.
SELECT id, number, otherfields FROM table
WHERE id in (SELECT min(id) FROM table GROUP BY number)
Ne, v MySQL to není možné. Musíte použít připojení.
SELECT id, number, otherfields FROM table
WHERE id in (SELECT min(id) FROM table GROUP BY number)