Splling fix

This commit is contained in:
Paul Ramsey
2015-07-01 07:03:13 -07:00
parent 509944ea6d
commit 8516cbd4c3
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ SELECT CDB_QuantileBins(array_agg(numeric_column), 7) FROM table_name
-- (bin1 is less than or equal to 80, bin2 is less than or equal to 2281, etc.)
```
#### Arguements
#### Arguments
CDB_QuantileBins(in_array, breaks)