mubeenfahmed

Results 2 issues of mubeenfahmed

Hi @robertohuertasm , I am experiencing a similar problem, but in my I am targeting UWP Desktop. I've followed your windows tutorial and did everything accordingly, but when I run...

I am trying to delete duplicate records from table, using following query, but its not working. Delete FROM users GROUP BY name, email HAVING COUNT(*) > 1 It just throw...