Skip to content

Instantly share code, notes, and snippets.

View acangiano's full-sized avatar

Antonio Cangiano acangiano

View GitHub Profile
Select * from EMPLOYEE where LASTNAME = ?
Select * from EMPLOYEE where LASTNAME = ?
select * from EMPLOYEE where LASTNAME='Ahuja'
select * from EMPLOYEE where LASTNAME='Katsnelson'