Coba:
comment on table <name> is 'text';
Perintah berfungsi pada tampilan. Misalnya:
CREATE OR REPLACE VIEW MY_VW AS
SELECT 1 FROM DUAL;
COMMENT ON TABLE MY_VW IS 'Clever comment.';
Coba:
comment on table <name> is 'text';
Perintah berfungsi pada tampilan. Misalnya:
CREATE OR REPLACE VIEW MY_VW AS
SELECT 1 FROM DUAL;
COMMENT ON TABLE MY_VW IS 'Clever comment.';