Try these two lines

Select * From table where columnName = "String" into Birgit
Insert into Birgit Select * from table where columnName = "string"


By using the select. . . noselect line, you're replacing the table Birgit.
By using the Insert, you add to it.

Terry

-----Original Message-----
From: Birgit M�ller [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 7:50 AM
To: '[EMAIL PROTECTED]'
Subject: MI-L Select statement 


Hi,
I try to create a select statement, where the always selected objects will
stay in my Selection. So I just want to add more objects with my second
select statement to the old selection.

I tried it with two select statements
1) Select * from table where Columnname = "string" into Birgit
2) Select * from table where Columnname = "string" into Birgit noselect

But - it doesn't work!!!


Can anyone help me? How can I create the statements?
Thanks

 Birgit



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to