psql> create view testv01 as select * from sample where col01 = 'A'; psql> select * from testv01; col01 | col02 -------+------- A | 100 A | 200
mysql> create view testv01 as select * from sample where col01 = 'A'; mysql> select * from testv01; +-------+-------+ | col01 | col02 | +-------+-------+ | A | 100 | | A | 200 | +-------+-------+
カテゴリー
チャンネル
ニュース
テクノロジーポータルTEDIA パッケージソフトウェアならFind-IT エレクトロニクスならEETimes Japan
| 本サイトのご利用について | お問い合わせ | プライバシーについて | 会社概要 | インプレスグループサイト | インプレスグループTOP |
Copyright ©2004-2009 IMPRESS BUSINESS MEDIA CORPORATION, an Impress Group company. All rights reserved.