Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

'데이터베이스 목록'창에서 선택된 데이터베이스의 '뷰' 목록을 보여줍니다.
뷰의 목록과 생성, 삭제, DDL 스크립트를 볼수있습니다.

뷰를 선택하고 마우스 오른쪽 버튼을 클릭하면 팝업메뉴가 열립니다.

이름내용비고
뷰 생성뷰 생서 스크립트가 자동으로 에디터에 표시됩니다.다음과 같은 뷰 생성 스크립트가 생성됩니다.
CREATE VIEW test.view_name AS
SELECT columns FROM test.table_name;
뷰 삭제선택된 에디터를 삭제합니다. DDL 권한이 없을 경우 삭제가 디지 않을수 있습니다.
새로고침뷰 화면을 최신 상태로 새로고침합니다.
DDL 보기선택된 뷰의 DDL 스크립트를 에디터로 보여줍니다.
에디터로 복사하기선택된 뷰 오브젝트 이름을 에디터로 복사합니다. CREATE VIEW test.`sample_view`
AS select `sample_table`.`id` AS `id`,`sample_table`.`name` AS `name` from `sample_table`;
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.