What will this query do? DELETE FROM x. Student WHERE rowid not in (SELECT MIN(rowid) FROM x.Student GROUP BY Student Fi
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will this query do? DELETE FROM x. Student WHERE rowid not in (SELECT MIN(rowid) FROM x.Student GROUP BY Student Fi
What will this query do? DELETE FROM x. Student WHERE rowid not in (SELECT MIN(rowid) FROM x.Student GROUP BY Student FirstName, Student.Id, Student.lastName);
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!