File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,10 @@ website:
181
181
- reference/Repr.qmd
182
182
- reference/SQL.qmd
183
183
184
+ - section : Cursed Knowledge
185
+ contents :
186
+ - reference/cursed_knowledge.qmd
187
+
184
188
format :
185
189
html :
186
190
theme :
Original file line number Diff line number Diff line change
1
+ # Cursed Knowledge
2
+
3
+ Cursed knowledge the Ibis developers have acquired via battling with many, many
4
+ execution engines.
5
+
6
+ ## Oracle
7
+
8
+ * Oracle's ` LTRIM ` and ` RTRIM ` functions accept a _ set_ of whitespace (or other)
9
+ characters to remove from the left-, and right-hand-side sides of the input
10
+ string, but the ` TRIM ` function only accepts a single character to remove.
11
+
12
+ ## Impala
13
+
14
+ * Impala's ` LTRIM ` and ` RTRIM ` functions accept a _ set_ of whitespace (or other)
15
+ characters to remove from the left-, and right-hand-side sides of the input
16
+ string, but the ` TRIM ` function only removes _ spaces_ .
You can’t perform that action at this time.
0 commit comments