API/CodeSamples/1-Million-Record-View.md
... ...
@@ -11,6 +11,7 @@ Below is the SQL sample to create a View with 1 million records using the Northw
11 11
'''python
12 12
DECIMAL(18,6) to NUMERIC(22,8):
13 13
List<KeyValuePair<string, string>> typeOverrides = AdHocContext.Driver.NativeTypesOverrides;
14
+'''
14 15
for (int i = 0; i < typeOverrides.Count; i++)
15 16
if (typeOverrides[i].Key == "Decimal")
16 17
{