LOG2
LOG10
RAND
Returns the base-10 logarithm.
LOG10(x)
Enter values below to update the example in real time.
product_id
page_views
log_views
analytics
SELECT product_id, LOG10(page_views) AS log_views FROM analytics;