ASIN
This page describes the ASIN function in Lenses SQL.
ASIN(numExpr)Processors
SQL Studio
USE `kafka`;
SELECT ASIN(extra)
FROM nyc-yellow-taxi-trip
LIMIT 1;{
"value": {
"ASIN": "0.5235987755982989"
}
}Last updated
Was this helpful?
This page describes the ASIN function in Lenses SQL.
ASIN(numExpr)USE `kafka`;
SELECT ASIN(extra)
FROM nyc-yellow-taxi-trip
LIMIT 1;{
"value": {
"ASIN": "0.5235987755982989"
}
}Last updated
Was this helpful?
Was this helpful?