User Tools

Site Tools


transformations:sqlcommand

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
transformations:sqlcommand [2017/05/01 22:47] dmitrytransformations:sqlcommand [2017/05/01 22:48] dmitry
Line 5: Line 5:
   * Delete database table   * Delete database table
   * Delete all rows   * Delete all rows
-  * Custom SQL query+  * Custom command
  
 ==== Create database table ==== ==== Create database table ====
Line 22: Line 22:
 Note that some databases don't have a native command for truncation. In such cases truncation is performed with the help of a DELETE query. The operation is atomic meaning that it either deletes everything, or, in case of a failure, nothing. Note that some databases don't have a native command for truncation. In such cases truncation is performed with the help of a DELETE query. The operation is atomic meaning that it either deletes everything, or, in case of a failure, nothing.
  
-==== Custom SQL query ====+==== Custom command ====
 Sends a free-form SQL query to the database, specified by [[:connectors|connector]]. Sends a free-form SQL query to the database, specified by [[:connectors|connector]].
  
transformations/sqlcommand.txt · Last modified: 2022/12/05 14:23 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki