17 lines
174 B
Plaintext
17 lines
174 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
CREATE PROCEDURE doSomething
|
||
|
AS
|
||
|
BEGIN
|
||
|
...
|
||
|
-- TODO something
|
||
|
...
|
||
|
END
|
||
|
GO
|
||
|
----
|
||
|
|
||
|
include::../see.adoc[]
|