Skip to content

Commit fb79adb

Browse files
authored
Merge pull request #34079 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents b2ae706 + 2f70484 commit fb79adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-functions/containstable-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ FROM table AS FT_TBL INNER JOIN
161161
## Examples
162162

163163
### A. Simple Example
164-
The following example creates and populates a simple table of two columns, listing 3 counties and the colors in their flags. The it creates and populates a full-text catalog and index on the table. Then the **CONTAINSTABLE** syntax is demonstrated. This example demonstrates how the rank value grows higher when the search value is met multiple times. In the last query, Tanzania which contains both green and black has a higher rank than Italy which contain only one of the queried colors.
164+
The following example creates and populates a simple table of two columns, listing 3 counties and the colors in their flags. Then, it creates and populates a full-text catalog and index on the table. Then, the **CONTAINSTABLE** syntax is demonstrated. This example demonstrates how the rank value grows higher when the search value is met multiple times. In the last query, Tanzania which contains both green and black has a higher rank than Italy which contain only one of the queried colors.
165165

166166
```
167167
CREATE TABLE Flags (Country nvarchar(30) NOT NULL, FlagColors varchar(200));

0 commit comments

Comments
 (0)