Stefanescul
Results
2
comments of
Stefanescul
Is working or not?
SELECT * FROM Customers WHERE id='1' AND username='username'; If you wanna select id=1 and username = with username ----------------------------- SELECT * FROM Customers WHERE id='1' OR username='username'; Tell me if...