As of 0.20.0, ParadeDB has migrated to a new SQL syntax. The old syntax is still supported and we have preserved the legacy docs here.
0.20.0
-- Returns no rows SELECT description, rating, category FROM mock_items WHERE id @@@ paradedb.empty();
Was this page helpful?