Repositories icon indicating copy to clipboard operation
Repositories copied to clipboard

Query

Open Stefanescul opened this issue 9 years ago • 0 comments

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';

Stefanescul avatar Dec 12 '16 20:12 Stefanescul