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.
我知道您可以使用Drop Table删除表,但它们是删除查询的一种方式吗?如果可能的话,我更喜欢使用 ADO 而不是 DAO 来实现这一点,因为使用 DAO 你必须打开数据库而 ADO 你不需要。
Drop Table
根据查询的类型,使用DROP VIEW或DROP PROCEDURE。
DROP VIEW
DROP PROCEDURE
DROP VIEW应该适用于简单的SELECT查询。DROP PROCEDURE与其他查询类型一起 使用。
SELECT