Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active May 2, 2019 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f1e5d93c9a1da7f64c3ad3696fc563c8 to your computer and use it in GitHub Desktop.
Save parzibyte/f1e5d93c9a1da7f64c3ad3696fc563c8 to your computer and use it in GitHub Desktop.
val consulta = "select id, descripcion, monto, tipo from tabla where id = ?" // <-- Especificar con el ?
val cursor = bd.rawQuery(consulta, arrayOf(id.toString()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment