SQL¶
SQL queries are the most powerful way to access data stored in a base. SeaTable supports SELECT, INSERT, UPDATE, and DELETE statements. SQL is not a standalone interface but is used through the Python or JavaScript API via base.query():
SQL syntax is case insensitive. We use upper-cased keywords for readability.
New to SQL?
Try the SQL query plugin in SeaTable to experiment with queries interactively.