|
网站首页
|
业界新闻
|
小组
|
威客
|
人才
|
下载频道
|
博客
|
代码贴
|
在线编程
|
编程论坛
|
登录
注册
短消息
我发表的主题
我参与的主题
我收藏的贴子
我上传的附件
我下过的附件
编辑个人资料
我的博客
用户控制面板
搜索
道具
恢复默认风格
碧海青天
秋意盎然
棕红预览
粉色回忆
蓝雅绿
紫色淡雅
青青河草
e点小镇
橘子红了
红红夜思
水晶紫色
雪花飘飘
新年快乐
风格
短消息
论坛展区
帮助
编程论坛
→
数据库技术
→
『 VFP论坛 』
→ 一个简单问题很复杂,求助!
我的收件箱(0)
欢迎加入我们,一同切磋技术
用户名:
密 码:
共有
512
人关注过本帖
标题:
一个简单问题很复杂,求助!
只看楼主
加入收藏
haohhz
等 级:
新手上路
帖 子:29
专家分:0
注 册:2006-4-2
楼主
收藏
问题点数:0 回复次数:6
一个简单问题很复杂,求助!
将一个表的记录添加到另一个表中去:
insert into ryp select * from rypz
ryp,rypz为数据表名,提示"语法错误",很急,看帖兄弟姐妹快快回复,谢谢了,
搜索更多相关主题的帖子:
简单问题
2006-04-03 18:39
举报帖子
使用道具
赠送鲜花
Lysuse
等 级:
新手上路
帖 子:4
专家分:0
注 册:2006-3-26
第
2
楼
收藏
得分:0
append from
2006-04-04 10:33
举报帖子
使用道具
赠送鲜花
kinjan
等 级:
新手上路
帖 子:27
专家分:0
注 册:2006-2-16
第
3
楼
收藏
得分:0
INSERT INTO dbf_name [(fname1 [, fname2, ...])]
VALUES (eExpression1 [, eExpression2, ...])
— 或者 —
INSERT INTO dbf_name FROM ARRAY ArrayName | FROM MEMVAR
" target="_blank">
/logo.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://foxtiantang./logo.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2006-04-04 10:48
举报帖子
使用道具
赠送鲜花
kinjan
等 级:
新手上路
帖 子:27
专家分:0
注 册:2006-2-16
第
4
楼
收藏
得分:0
INSERT INTO dbf_name [(fname1 [, fname2, ...])]
VALUES (eExpression1 [, eExpression2, ...])
— 或者 —
INSERT INTO dbf_name FROM ARRAY ArrayName | FROM MEMVAR
[url=http://foxtiantang.vicp.net]VFP天堂论坛[/url]
" target="_blank">
/logo.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://foxtiantang./logo.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2006-04-04 10:49
举报帖子
使用道具
赠送鲜花
kinjan
等 级:
新手上路
帖 子:27
专家分:0
注 册:2006-2-16
第
5
楼
收藏
得分:0
[url=http://foxtiantang.]VFP天堂论坛[/url]
" target="_blank">
/logo.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://foxtiantang./logo.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2006-04-04 10:49
举报帖子
使用道具
赠送鲜花
haohhz
等 级:
新手上路
帖 子:29
专家分:0
注 册:2006-4-2
第
6
楼
收藏
得分:0
楼上的兄弟谢谢你回复
按格式就是
INSERT INTO RYPZ FROM RYP
但是还是语法错误
2006-04-04 11:54
举报帖子
使用道具
赠送鲜花
haohhz
等 级:
新手上路
帖 子:29
专家分:0
注 册:2006-4-2
第
7
楼
收藏
得分:0
太怪了,,,,,用6.0不可以,在9.0中可以用呀,,,,我今天用9.0的可以了,哈哈.....怪事.............................................
2006-04-06 16:20
举报帖子
使用道具
赠送鲜花
7
1/1页
1
快速回复:
一个简单问题很复杂,求助!
数据加载中...
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.023901 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved