We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce3911 commit 96f7c49Copy full SHA for 96f7c49
README.md
@@ -1,13 +1,10 @@
1
-Provide to SQL Server all missing pieces like regular expression and dynamic arithmetic expression evaluation.
+Provide to SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
2
3
```sql
4
-- SELECT 3
5
SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt()
6
```
7
8
-
9
-Got a complex SQL problem? Limited by SQL Server?
10
11
**Find your solutions:**
12
- Dynamic Arithmetic Expression
13
- Dynamic Pivot Table
0 commit comments