C# mysql query return error "Could not find specified column in results" – Phpmyadmin
In this code, I cannot find the problem, can someone help me? int getids; using (var SqlCommand = new MySqlCommand($"SELECT a.id+1 AS start FROM table AS a, table AS b WHERE a.id < b.id GROUP BY a.id HAVING start <…