Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 PostgreSQL 8.4 中开发一些存储过程时,我需要一个占位符。我通常会使用某种可执行的 noop(当尝试执行它时不会产生错误),但根据粗略的检查,PostgreSQL 中似乎没有这样的功能。存在哪些替代方案?
尝试
NULL;
Postgresql 8.4 手册 - Noop 部分