I need a Basic 8 hint *SPOILERS*
I've used SQL alot and surprised that I still havn't gotten it.
Below is what I've been trying, could someone tell me if I have a flaw with syntax, spaces, or if it a key thing I'm not doing?
Hell' OR '1'='1'; /* Bound' OR username = 'Drake'; /* Hackers'; SELECT * FROM family_db WHERE username = 'Drake'; /*
Wrong SQL query is very vague. If I'm not mistaken, it says that to anything you put in thats wrong. That being said:
Just think… Why would you want to narrow down the parts of the table you want to see, when you could see the whole thing? And yes, the command you are using is part of it. You also need to find the name of the table that you are trying to see.
Hope that helps. And remember, I'm always open for PMs for more specific questions.