테이블 쿼리를 위해 필요한 권한을 얻으려면 관리자에게 테이블이 포함된 인스턴스에 대해 Bigtable 리더 (roles/bigtable.reader) IAM 역할을 부여해 달라고 요청하세요.
역할 부여에 대한 자세한 내용은 프로젝트, 폴더, 조직에 대한 액세스 관리를 참조하세요.
선택사항: 최신 셀만 반환하는 대신 쿼리된 열의 모든 셀을 반환하려면 테이블 ID에 (with_history => TRUE)를 추가합니다.
선택사항: SQL 스타일로 문 형식을 지정하려면 형식을 클릭합니다.
실행을 클릭합니다. 쿼리 결과가 결과 테이블에 표시됩니다.
행의 데이터를 형식이 지정된 디스플레이로 보려면 결과 표에서 행을 클릭합니다. 행 세부정보 창이 열립니다. 각 열 한정자와 값이 새 줄에 표시됩니다. (with_history =>
TRUE)를 사용하여 쿼리를 실행하면 열의 각 셀이 셀의 값과 타임스탬프가 포함된 구조체로 표시됩니다.
선택사항: 편집기에서 텍스트의 선택한 부분만 실행하려면 해당 부분을 강조 표시한 후 선택 항목 실행을 클릭합니다. 강조 표시된 쿼리의 결과가 결과 테이블에 표시됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["Bigtable Studio allows users to manage and explore Bigtable data directly within the Google Cloud console, using its integrated Explorer pane."],["The Explorer pane in Bigtable Studio enables users to perform various actions on tables, including creation, deletion, editing, and monitoring, as well as managing column families and their garbage collection policies."],["Users can query their Bigtable data through either an interactive Query builder, which requires no code, or the Query editor, which utilizes SQL statements."],["To query a table, users need the Bigtable reader IAM role on the instance that contains the table, which can be granted by an administrator."],["The Query editor supports SQL SELECT statements, allowing for complex queries, and offers features like formatting, running selected portions of code, and viewing detailed row data, including historical data."]]],[]]