Questions about this topic? Sign up to ask in the talk tab.
SQL injection/Target Environments/Compatibility/functions and variables
From NetSec
Revision as of 02:22, 19 July 2012 by LashawnSeccombe (Talk | contribs)
- SQL injection > Target Environments > Compatibility > functions and variables
Similarities between the different engines
MS SQL, MySQL, and PostgreSQL share the following:
- ascii()
- substring()
- count()
- lower()
- upper()
- BETWEEN ... AND ... conditional operator
MySQL and Postgres share the following:
- current_database()
- version()
- current_user
- LIMIT ... OFFSET ... clause syntax
MySQL and MSSQL share the following:
- database()
- @@version
- RLIKE clause for regular expressions