Stefanescul
Results
1
issues of
Stefanescul
SELECT * FROM Customers WHERE id='1' AND username='username'; You can try this querry or instead AND you cand put OR SELECT * FROM Customers WHERE id='1' OR username='username';