MySQL procedure to update one booking in bookings table changes all values in bookingslot column
I have no idea why I am having such trouble with this but I can't get this to work properly. I am trying to create a stored procedure that updates a booking datetime for a bookingid of my choice. I…