regr_intercept()

Returns the y-intercept value of a regression line.

regr_intercept() follows this syntax.

1SELECT regr_intercept(FIELD1, FIELD2)
2FROM DATASET;