Skip to content

Commit bcbb418

Browse files
authored
Update limitations.md
1 parent a17f3e1 commit bcbb418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/odbc/microsoft/limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This section describes limitations of the ODBC Desktop Database Drivers regardin
5858
| `FROM` clause | The maximum number of tables in a `FROM` clause is 16. |
5959
| `HAVING` clause | The maximum number of search conditions in a `HAVING` clause is 40. |
6060
| `LIKE` predicate | For more information, see [LIKE predicate limitations](like-predicate-limitations.md). |
61-
| `NOT NULL` | The `NOT `NULL`` constraint in the `CREATE TABLE` statement isn't supported. |
61+
| `NOT NULL` | The `NOT NULL` constraint in the `CREATE TABLE` statement isn't supported. |
6262
| `ORDER BY` clause | If a `SELECT` statement contains a `GROUP BY` clause and an `ORDER BY` clause, the `ORDER BY` clause can contain only a column in the result set or an expression in the `GROUP BY` clause. |
6363
| Table names | For more information, see [Table name limitations](table-name-limitations.md). |
6464
| Table references | A maximum of 16 table references can be included in any query statement. |

0 commit comments

Comments
 (0)