摘要: SQL DELETE Statement The SQL DELETE Statement The DELETE statement is used to delete existing records in a table. DELETE Syntax DELETE FROM table_name 阅读全文
posted @ 2017-10-31 23:41 杨杨yang 阅读(289) 评论(0) 推荐(0)