This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bizweaver:sql [2024/09/24 15:03] dlee [Basic Tool Setup] |
bizweaver:sql [2024/09/24 15:37] (current) dlee [SQL Tips] |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| - **Connection** Sets a connection to a database is selected from the drop-down list. | - **Connection** Sets a connection to a database is selected from the drop-down list. | ||
| - | | + | |
| - **Command Type** selected from the drop-down list. | - **Command Type** selected from the drop-down list. | ||
| - | | + | |
| - **SQL Command** Enter a SQL statement in this area. | - **SQL Command** Enter a SQL statement in this area. | ||
| - | ====== Command Types ====== | + | ===== Command Types ===== |
| - | + | ||
| - | ===== SQL Server | + | |
| Four SQL Server command types are supported: | Four SQL Server command types are supported: | ||
| - | * **// | + | * **Reader (SQL Server and HANA)** |
| - | * **// | + | * **Non-Query (SQL Server only)** |
| - | * **// | + | * **Post Execution Query (SQL Server only)** |
| - | * **// | + | * **Stored Procedure (SQL Server only)** |
| - | + | ||
| - | ===== HANA ===== | + | |
| Only the **Reader** function is supported for HANA databases at this time. | Only the **Reader** function is supported for HANA databases at this time. | ||
| Line 69: | Line 65: | ||
| - | {{ : | ||
| =====Stored Procedure (SQL Server only) ===== | =====Stored Procedure (SQL Server only) ===== | ||
| Line 84: | Line 79: | ||
| - | ====== User Notes ====== | + | ===== User Notes ===== |
| - Any “calculated” value in a SQL statement must have an alias assigned for it to be available in Bizweaver. This applies to numeric calculations, | - Any “calculated” value in a SQL statement must have an alias assigned for it to be available in Bizweaver. This applies to numeric calculations, | ||
| Line 92: | Line 87: | ||
| < | < | ||
| - | ====== SQL Test Run Option | + | ===== SQL Test Run Option ===== |
| Bizweaver version 2.3 introduces the **Execute** option in the SQLCommand tool. This option allows you to test SQL functions without running through the entire workflow. | Bizweaver version 2.3 introduces the **Execute** option in the SQLCommand tool. This option allows you to test SQL functions without running through the entire workflow. | ||
| Line 115: | Line 110: | ||
| </ | </ | ||
| - | ====== SQL System Variables | + | ===== SQL System Variables ===== |
| ^ Name ^ Description | ^ Name ^ Description | ||
| Line 128: | Line 123: | ||
| - | ======SQL Tips====== | + | =====SQL Tips===== |
| * **[[bw2:sql tools|Strip HTML Tags From Input String]]** | * **[[bw2:sql tools|Strip HTML Tags From Input String]]** | ||