-- Give me params.name (text) from the events table select params->>'name' from events; -- Find only events with a specific name select * from events where ...
確定! 回上一頁