COMMENT characteristic
Supported by ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
Some RDBMS support a SQL COMMENT as a characteristic on procedures, which can be inlined directly with the procedure definition.
create.createProcedure("f1").comment("my function").as(return_()).execute();
Feedback
Do you have any feedback about this page? We'd love to hear it!