Skip to content
EntityQ1411245· pop 21· linked from 386 articles

Transact-SQL

Sign in to save

Also known as T-SQL

Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to the SQL (Structured Query Language) used to interact with relational databases. T-SQL expands on the SQL standard to include procedural programming, local variables, various support functions for string processing, date processing, mathematics, etc. and changes to the DELETE and UPDATE statements.

Article · 日本語

Transact-SQL (T-SQL) は、マイクロソフトとSybaseが独自に拡張したSQL言語である。マイクロソフトによる実装は Microsoft SQL Server として出荷されている。Sybase ではこの言語を Sybase SQL Server の後継である Adaptive Server Enterprise で使っている。 SQL を強化するため、次のような機能が追加されている。 * 制御フロー言語 * 局所変数 * グローバル変数 * 文字列処理、データ処理、数値処理のための各種関数。 * DELETE文とUPDATE文の強化

Abstract from DBpedia / Wikipedia · CC BY-SA