Skip to content

Instantly share code, notes, and snippets.

@szilard
Created January 7, 2015 06:57
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 szilard/ef1d14534945a2fc5115 to your computer and use it in GitHub Desktop.
Save szilard/ef1d14534945a2fc5115 to your computer and use it in GitHub Desktop.
shiny blog post on SQL injection
abbr <- input$inp_abbr
dbGetQuery(con, paste0("select * from states where abbr = '",abbr,"'"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment