搜索
编程论坛
→
数据库技术
→
『 VFP论坛 』
→ 一个简单问题很复杂,求助!
标题:
一个简单问题很复杂,求助!
只看楼主
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
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-54860-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.971767 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved