Message
 
 
To
24/02/2010 22:17:52
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
General information
Fórum:
Visual FoxPro
Category:
Bases de dados, Tabelas, Views, Indices e SQL
Título:
Re: Query
Miscellaneous
ID da thread:
01450439
ID da mensagem:
01450903
Views:
32
>>>ohhh how does this look..from the top of my head btw
>>>
>>>Insert * into classln ;
>>>from mainbase! clients; 
>>>where clients.id=1
>>>
>>
>>I think you need to go a bit deeper than top of your head only. You're missing SELECT keyword in this statement. But close enough.
>>
>>Insert  into classln ;
>>SELECT * from mainbase! clients; 
>>where clients.id=1
>
>Of course, neither of these will fly - there's no space after the !. The exclamation mark is the separator between the database name and the table name. I never saw it work with an embedded space. If it does, I'll scratch my head.

Right - none will work with extra space.
If it's not broken, fix it until it is.


My Blog
Previous
Responder
Mapa
View