Erlang – Binaries
In this guide, we will discuss Erlang Binaries. Use a data structure called a binary to store large quantities of raw data. Binaries store data in a much more space…
In this guide, we will discuss Erlang Binaries. Use a data structure called a binary to store large quantities of raw data. Binaries store data in a much more space…
This SQL Server tutorial explains how to use the ROUND function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Servers (Transact-SQL), the ROUND function returns a number rounded to…
In this guide, we will discuss Erlang universaltime. Returns the current date and time according to Universal Time Coordinated (UTC), also called GMT, in the form {{Year, Month, Day}, {Hour,…
This SQL Server tutorial explains how to use the FLOOR function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the FLOOR functions returns the largest integer value…
In this guide, we will discuss Erlang Processes. Returns a list of process identifiers corresponding to all the processes currently existing on the local node. Syntax processes() Parameters None Return…
This SQL Server tutorial explains how to use the CEILING function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the CEILING functions returns the smallest integer value…
In this guide, we will discuss Erlang Ports. Returns a list of all ports on the local node. Syntax ports() Parameters None Return Value Returns a list of all ports…
In this guide, we will discuss Erlang now. This method returns the tuple {MegaSecs, Secs, MicroSecs} which is the elapsed time since 00:00 GMT, January 1, 1970. Syntax now() Parameters…
This SQL Server tutorial explains how to use the AVG function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the AVG function returns the average value of…
This SQL Server tutorial explains how to use the ABS function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the ABS function returns the absolute value of…