Skip to content

Commit 96f7c49

Browse files
Update README.md
1 parent 9ce3911 commit 96f7c49

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
Provide to SQL Server all missing pieces like regular expression and dynamic arithmetic expression evaluation.
1+
Provide to SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
22

33
```sql
44
-- SELECT 3
55
SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt()
66
```
77

8-
9-
Got a complex SQL problem? Limited by SQL Server?
10-
118
**Find your solutions:**
129
- Dynamic Arithmetic Expression
1310
- Dynamic Pivot Table

0 commit comments

Comments
 (0)