Message
 
 
To
23/02/2010 08:02:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Query
Miscellaneous
Thread ID:
01450439
Message ID:
01450467
Views:
45
>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
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View