delete rows 中文意思是什麼

delete rows 解釋
刪除行
  • delete : vt. 刪去。 His name was deleted from the list. 他的名字從名單上刪去了。
  • rows : 羅斯
  1. Although a truncate table statement is, in effect, a delete without a where clause because it removes all rows ; it is not logged and therefore cannot execute a trigger

    躍然truncate table語句實際上就是不含where子句的delete語句(因為它刪除所有行) ,但它是無日誌記錄的,因而不能執行觸發器。
  2. Table formatting tools enable you to add or delete rules, format rules, add color to cells, add rows and columns, control the alignment of cell contents, sort cell contents, merge cells, and split cells

    表格格式設置工具用於添加或刪除線條,設置線條的格式,設置單元格的顏色,添加行和列,控制單元格內容的對齊方式,對單元格內容進行排序,合併單元格及拆分單元格等。
  3. The delete key would delete one or more rows, but an error in the data source prevents the deletion and either there is no handler for the

    -或- delete鍵將刪除一行或多行,但是數據源中的錯誤將禁止刪除,
  4. Add, delete, and manage indexes for fast access to table rows or enforcing certain constraints

    添加、刪除和管理用於快速訪問表行或強制某些約束的索引。
  5. Control, you can add, delete, rearrange, and format columns and rows depending on your needs

    控制項后,您就可以根據自己的需要添加、刪除、重排列和行,還可以對列和行的格式進行設置。
  6. Truncate table is faster than delete and uses fewer system and transaction log resources. deleting rows from a heap

    Truncate table比delete速度快,且使用的系統和事務日誌資源少。
  7. If you have to use top to delete rows in a meaningful chronological order, you must use top together with order by in a subselect statement

    如果需要使用top來刪除按有意義的時間順序排列的行,您必須同時使用top和order by子句。
  8. To add, delete, or modify rows of data in the underlying table

    在基礎表中添加、刪除或修改數據行。
  9. If all rows in a table are deleted known as a mass delete, all segments become immediately available for reuse at the commit point, without requiring the reorg utility to be executed

    如果一個表中的所有行都被刪除(即mass delete ) ,則在執行commit之際,該表所有的段就立即可以為其他表所用,而不需要執行reorg實用程序。
  10. To delete rows in a heap and deallocate pages, use one of the following methods

    表中刪除所有行,因為該例未使用where子句限制刪除的行數。
  11. To modify schema, you can also use this method to process sql statements that modify data but that do not return rows, such as insert, update, and delete

    除了使用executenonquery來修改架構之外,還可以使用此方法處理那些修改數據但不返回行的sql語句,如insert 、 update和delete 。
  12. If dbcc checktable fails, you must either delete the table rows that are not valid or modify the assembly code to address problems, and then issue additional alter assembly statements

    如果dbcc checktable失敗,則您必須刪除無效的表行或修改程序集代碼以處理問題,然後發出其他alter assembly語句。
  13. Describes the techniques to delete data rows

    介紹刪除數據行的技術。
  14. You can delete, insert rows, and change the existing data

    還可以刪除、插入行和更改現有數據。
  15. You can use the top clause to limit the number of rows that are deleted in a delete statement

    可以使用top子句限制delete語句中刪除的行數。
  16. The delete statement is used to delete rows in a table

    Delete聲明常用來刪除表中的數據。
分享友人