Posts by tiago jorge • 1 point
1 post
-
0
votes0
answers16
viewsQ: MYSQL ERROR #1442 - Delete with a data-based Function of a select
I was trying to remove repeated values from a table, I needed a group by and a limit, I could only think using an extra Function: DROP FUNCTION IF EXISTS func; DELIMITER // CREATE FUNCTION…