Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Aggregate Functions
8
BTEQ
76
Collect Statistics
5
CTE
2
Cursor
3
Data Type
3
Date Functions
27
DCL Queries
4
DDL Queries
46
DML Queries
6
Error And Resolution
2
Functions
3
Loaders
3
Macro
6
Math Functions
14
Misc
15
Query Tuning
3
Select Modifiers
56
Snippets
13
String Functions
9
Choose Category
LN - Natural log in Teradata
Forget Code
Teradata
LN - Natural log
LN computes the natural logarithm of an argument and it is a Teradata extension to the ANSI SQL-99 standard.
Syntax:
SELECT LN(float)
Note:
If the argument is not FLOAT, it is converted to a FLOAT value, based on implicit type conversion rules.
If the argument cannot be converted, an error is reported to the user.
Examples:
SELECT LN(2.71828182845905)
Result:1
SELECT LN(0)
Result: Error
..
Tags for LN - Natural log in Teradata
DP_Math Functions
sas teradata natural log function
sas code ln
log functions in teradata sql
ln function teradata
ln argumemnt in teradata
how is natural log used in teradata
forgetcode teradata
Contribute to Forget Code, help others.
Add snippet