Scidave do u know how I can make to delete only 1 row with a DELETE querie?
Right now it's deleting all the rows that match the conditions but I just need to delete one of them.. how can I achieve that?
I've looked into some of the tutorials but haven't found nothing.. where could I look for help instead of python.org?
edit: nevermind... Found it.. LIMIT 1