17.09.2016, 15:42
SELECT * FROM `reports` WHERE `Name` = '%e' = 44 Characters, %e will be replaced by a name maximum size 24
so we will remove 2(%e) 44 - 2 = 42
42+24= 66
So 66 is the maximum size in this query
so we will remove 2(%e) 44 - 2 = 42
42+24= 66
So 66 is the maximum size in this query