MySQL LOG2 Function

MySQL LOG2 function is one of the Mathematical functions used to return the logarithmic value of a given number with base 2. Let us see how to find base 2 logarithmic values using Command Prompt and Workbench with examples. The basic syntax of the MySQL LOG2 function is as shown below: SELECT LOG2(x) FROM Source MySQL LOG2 … Read more