testdb_drop.sql

来自「ldap服务器源码」· SQL 代码 · 共 14 行

SQL
14
字号
DROP TABLE persons;DROP TABLE institutes;DROP TABLE documents;DROP TABLE authors_docs;DROP TABLE phones;DROP TABLE referrals;DROP FUNCTION create_person ();DROP FUNCTION update_person_cn (varchar, int);DROP FUNCTION add_phone (varchar, int);DROP FUNCTION create_doc ();DROP FUNCTION create_o ();DROP FUNCTION create_referral ();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?