I am trying to exploit a SQLI and I don't understand why my "group_concat" doesn't work.
I managed to extract the name of the database ("games") :
But when I try to extract the tables from this database, I have a syntax error : enter image description here
Why do I have this syntax error?
PS: This is being done on an hacking learning plateform so no nasty illegal stuff going on.