Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created 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/f201439097cfba9c1c1148e1d928e7d7 to your computer and use it in GitHub Desktop.
Save parzibyte/f201439097cfba9c1c1148e1d928e7d7 to your computer and use it in GitHub Desktop.
val consulta = "select id, descripcion, monto, tipo from tabla"
val cursor = bd.rawQuery(consulta, null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment