Skip to content

Commit 8a839d4

Browse files
authored
Fix formatting
1 parent bb00015 commit 8a839d4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/database-connector-mx10.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ Then, use the parameter in the query:
123123

124124
`select * from customers where contactFirstName like {paramFirstName}`
125125

126-
{{% alert color="info" %}}
127-
If you need to pass a list of values to a parameter, you can use the following approach:
126+
To pass a list of values to a parameter, you can use the following approach:
128127

129128
```sql
130129
WITH empids AS (
@@ -138,8 +137,7 @@ WHERE empno IN
138137
FROM empids);
139138
```
140139

141-
Note : Here parameter `EmpIdList` is of type String with the value `[1,7946,3,4,7942,7943,7945]`.
142-
{{% /alert %}}
140+
Here, the parameter `EmpIdList` is of type String with the value `[1,7946,3,4,7942,7943,7945]`.
143141

144142
### Using Query Response {#use-query-response}
145143

@@ -309,4 +307,4 @@ To override this setting add below parameter to JDBC URL
309307
```sql
310308
EnableArrow=0
311309
```
312-
[For more details](https://community.databricks.com/t5/data-engineering/java-21-support-with-databricks-jdbc-driver/td-p/49297)
310+
[For more details](https://community.databricks.com/t5/data-engineering/java-21-support-with-databricks-jdbc-driver/td-p/49297)

0 commit comments

Comments
 (0)