
SQL Server: Functions - Listed by Category - TechOnTheNet
For easy reference, we have provided a list of all SQL Server (Transact-SQL) functions. The list of SQL Server functions is sorted into the type of function based on categories such as string, …
SQL Server: Functions - Listed Alphabetically - TechOnTheNet
For easy reference, we have provided a list of all SQL Server (Transact-SQL) functions. The list of SQL Server functions is sorted alphabetically based on the function name.
MySQL: Functions - Listed by Category - TechOnTheNet
For easy reference, we have provided a list of all MySQL functions. The list of MySQL functions is sorted into the type of function based on categories such as string, advanced, …
Oracle / PLSQL: Functions - Listed by Category - TechOnTheNet
The list of Oracle/PLSQL functions is sorted into the type of function based on categories such as string/character, conversion, advanced, numeric/mathematical, and date/time.
MS Access: Functions - Listed Alphabetically - TechOnTheNet
The list of Acess functions is sorted alphabetically based on the function name. It is important to note that there are 2 type of functions in Access - functions used in SQL/Queries and functions …
Oracle / PLSQL: Functions - Listed Alphabetically - TechOnTheNet
For easy reference, we have provided a list of all Oracle/PLSQL functions. The list of Oracle/PLSQL functions is sorted alphabetically based on the function name.
MS Access: Functions - Listed by Category - TechOnTheNet
For easy reference, we have provided a list of all Microsoft Access functions sorted into categories such as string, numeric/mathematical, date/time, advanced/logical, domain …
SQL Server: Functions - TechOnTheNet
Learn how to create and drop functions in SQL Server (Transact-SQL) with syntax and examples. In SQL Server, a function is a stored program that you can pass parameters into and return a …
SQLite: Functions - Listed by Category - TechOnTheNet
For easy reference, we have provided a list of all SQLite functions. The list of SQLite functions is sorted into the type of function based on categories such as string, advanced, …
SQL: IN Condition - TechOnTheNet
This SQL tutorial explains how to use the SQL IN condition with syntax and examples. The SQL IN condition (sometimes called the IN operator) allows you to easily test if an expression …