Skip to content

Commit 5bd339d

Browse files
Update README.md
1 parent a1aa380 commit 5bd339d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ _Minimum Requirements_
5050
- .NET Framework 4.0
5151

5252
## Main Features
53-
#### SQL Server Eval | Dynamically evaluate arithmetic operation and expression in SQL
54-
55-
Evaluate and execute the code or expression.
53+
#### SQL Server Eval
54+
Dynamically evaluate arithmetic operation and expression in SQL
5655

5756
```sql
5857
CREATE PROCEDURE [dbo].[Select_Switch] @x INT, @y INT, @z INT
@@ -87,9 +86,8 @@ EXEC Select_Switch 4, 2, 3
8786

8887
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-Eval-%7C-Dynamically-evaluate-arithmetic-operation-and-expression-in-SQL)**
8988

90-
#### SQL Server File Operation | xp_cmdshell alternative to read and write files in SQL
91-
92-
Evaluate and execute the code or expression.
89+
#### SQL Server Regex
90+
Use regular expression to search, replace and split text in SQL
9391

9492
```sql
9593
CREATE FUNCTION [dbo].[fn_Split]
@@ -117,9 +115,8 @@ SELECT * FROM dbo.fn_Split('1, 2, 3; 4; 5', ',|;')
117115

118116
**[Learn more]https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-Regex-%7C-Use-regular-expression-to-search,-replace-and-split-text-in-SQL)**
119117

120-
#### SQL Result Set
121-
122-
Evaluate and execute the code or expression.
118+
#### SQL Server File Operation
119+
xp_cmdshell alternative to read and write files in SQL
123120

124121
```sql
125122
-- REQUIRE EXTERNAL_ACCESS permission

0 commit comments

Comments
 (0)