We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c198d1f commit 7069671Copy full SHA for 7069671
1 file changed
README.md
@@ -79,7 +79,7 @@ Order by and limit:
79
```
80
81
Supported expressions and functions:
82
-```SQL
+```SQL
83
+, -, *, /
84
85
```SQL
@@ -113,7 +113,7 @@ CAST (<expression> AS <data_type>)
113
114
*Data types in dataframe SQL support many different name for certain datatypes becuase
115
popular SQL data types are not implemented with common names in pandas and other
116
-dataframe frameworks
+dataframe frameworks
117
<br>
118
**To make this less confusing all data types that are of the same size on the
119
backend are grouped together in this list
0 commit comments