Content deleted Content added
VB & SQL Server use different ways of marking a block |
|||
Line 62:
Next ' or Next i
</pre>
SQL Server and some other languages use Begin ... End blocks
<pre>
IF y IS NOT NULL
|
VB & SQL Server use different ways of marking a block |
|||
Line 62:
Next ' or Next i
</pre>
SQL Server and some other languages use Begin ... End blocks
<pre>
IF y IS NOT NULL
|