Subject Re: [firebird-support] COMMENT statement question
Author Vlad Khorsun
> Firebird 2.1 introduced the COMMENT statement for setting metadata description. How do I add a multi line comment to an object
> using COMMENT (without altering the system tables directly)?

COMMENT ON TABLE MyTable IS
'line 1
line 2'

Regards,
Vlad