# Guest Space Query

**URL:** https://forum.kintone.dev/t/guest-space-query/1486
**Category:** General
**Created:** [March 14, 2025, 10:32am UTC](https://forum.kintone.dev/t/guest-space-query/1486 "2025-03-14T10:32:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Dhruti\_Vachhani1](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/dhruti_vachhani1/32/821_2.png) [@Dhruti\_Vachhani1](https://forum.kintone.dev/u/Dhruti_Vachhani1)
#### Post date: [March 14, 2025, 10:32am UTC](https://forum.kintone.dev/t/guest-space-query/1486/1 "2025-03-14T10:32:31Z")

</div>

Hi team,

I need help with a query to retrieve guest space information in DBeaver. For example, I use the following query to retrieve both public and private space details-  
SELECT \* FROM Space WHERE Id = 326;

Can anyone suggest how to modify or create a query to fetch guest space information specifically from DBeaver application

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [March 14, 2025, 3:52pm UTC](https://forum.kintone.dev/t/guest-space-query/1486/2 "2025-03-14T15:52:10Z")

</div>

Hello @Dhruti_Vachhani1  
I'm not very familiar with SQL queries to Kintone, but [according to the manual](https://cdn.cdata.com/help/EKK/jdbc/pg_RESTtable-space.htm), there is a column called IsGuest, which represents the Guest Space setting. You may be able to use this column to retrieve guest space information.
