Guest User

Untitled

a guest
Jul 15th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. String sentencia =
  2. "%'"+"SELECT *n" +"FROM alumnosn"+
  3. "WHERE dni LIKE '%"+filtrar+"%'"+
  4. "OR apyn LIKE '%"+filtrar+"%'"+
  5. " OR sexo LIKE '%"+filtrar+"%'" +
  6. " OR fec_nac LIKE '%"+filtrar+"%'"+
  7. " OR cant_mat_aprob LIKE '%"+filtrar+"%'"+
  8. " OR promedio LIKE '%"+filtrar+"%'"+
  9. " OR fec_ing LIKE '%"+filtrar+"%'"+
  10. " OR carrera LIKE '%"+filtrar+"%"+
  11. " AND estado LIKE '%"+estado+"%'";
Add Comment
Please, Sign In to add comment