Good morning I have a doubt, I have a code generated in Python which what it does is to consult a MySQL table named INFORMATION_SCHEMA.PROCESSLIST in the following way:
SELECT *, IF(time >= 10,"Bad","Good") AS Estado FROM INFORMATION...
asked by
08.06.2017 / 17:11