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 01:30, 19 July 2012 by LashawnSeccombe (Talk | contribs) (Created page with "Similarities between the different engines '''MS SQL''', '''MySQL''', and '''PostgreSQL''' share the following: * ascii() * substring() * count() * lower() * upper() * '''BETWEE...")
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