Guest Space Query

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

Hello @Dhruti_Vachhani1
I'm not very familiar with SQL queries to Kintone, but according to the manual, 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.