Hãy thử:
comment on table <name> is 'text';
Lệnh hoạt động trên các khung nhìn. Ví dụ:
CREATE OR REPLACE VIEW MY_VW AS
SELECT 1 FROM DUAL;
COMMENT ON TABLE MY_VW IS 'Clever comment.';
Hãy thử:
comment on table <name> is 'text';
Lệnh hoạt động trên các khung nhìn. Ví dụ:
CREATE OR REPLACE VIEW MY_VW AS
SELECT 1 FROM DUAL;
COMMENT ON TABLE MY_VW IS 'Clever comment.';