Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays データベース移行ソフトウェア

非テーブル型結果セットを Sybase Adaptive Server Anywhere から Microsoft SQL Serverへ変換

DUMMY システムテーブルは、Sybase Adaptive Server Anywhere で非テーブル型データを結果セットとして返すのに使われます。

Microsoft SQL Server では、FROM 句がなく変数への代入を行うSELECT ステートメントは、非テーブル型結果セットを返します。

SQLWays は Sybase Adaptive Server Anywhere の非テーブル型結果セットを Microsoft SQL Serverに変換する場合、FROM [SYS.]DUMMY 句を削除します。

Examples:

TABLE 72. Sybase Adaptive Server Anywhere - Microsoft SQL Server 変換
Sybase Adaptive Server Anywhere
Microsoft SQL Server
SELECT 1 
FROM  SYS.DUMMY 
SELECT 1  
SELECT 1
FROM  DUMMY 
 SELECT 1 


Table of ContentsPreviousNext
Ispirer             Ispirer
Copyright © 1999-2015 Ispirer Systems Ltd. Ispirer and SQLWays are trademarks of Ispirer Systems Ltd. All other product names may be trademarks of the respective companies. All rights reserved.