Skip to content

Commit 464b99c

Browse files
Update index.md
1 parent 0ec0631 commit 464b99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ FROM @tableFormula
193193
<div class="card-header">Dynamic Expression Example</div>
194194
<div class="card-body">
195195
{% highlight csharp %}
196-
// Easy to use
196+
-- Easy to use
197+
197198
-- CREATE test
198199
DECLARE @table TABLE ( X INT, Y INT, Z INT )
199200
INSERT INTO @table VALUES ( 2, 4, 6 ), ( 3, 5, 7 ), ( 4, 6, 8 )

0 commit comments

Comments
 (0)