The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

create table five (five_col int);

comment on table five is '2+3=5';
comment on column five.five_col is 'this is a column for fives';