[求助]在delphi中使用SQL
											请问DELHPI中用的SQL语言是标准的SQL语言吗?为什么我用SQL老出错.比如我想从delphi自带的数据库country中选取一部分生成一个新的数据库,例如:create table temp as
select name,
area
from country
为什么总提示invalid use of keyword呢?
在database desktop的SQL editer中试也一样,请大家帮忙指点一下.
 2006-11-28 15:49
	    2006-11-28 15:49
   2006-11-29 12:16
	    2006-11-29 12:16
  你好,我知道是关键字错误,能说详细一点,哪里不对吗?
 2006-11-30 15:42
	    2006-11-30 15:42
  不明白?
create table temp as 
select name,
       area
from country
创建表可以用create table temp as 的?
光知道cteate view temp as
你看看是不是这里的问题?
 2006-12-02 11:37
	    2006-12-02 11:37
   2006-12-02 11:42
	    2006-12-02 11:42
   2006-12-02 19:31
	    2006-12-02 19:31