Functions SQL 2012

Francisco Neto 20 Reputation points
2023-03-16T03:24:31.4566667+00:00

How can I use the new functions sql 2012 on Azure Sql?

REGR_SLOPE

REGR_SLOPE

CORREL

'REGR_SLOPE' is not a recognized built-in function name.
Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-03-16T04:22:13.2666667+00:00

    Those functions are available on Azure Databricks as you can read below:

    1. regr_slope aggregate function. Read here.
    2. corr aggregate function. Read here.

    With Azure Databricks you can query Azure SQL Databases using common languages like SQL, Python and Scala,

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.