To MapInfo Listers, 

Has anyone out there explored the scope of the undocumented Create
View command?

I was wondering whether anyone had successfully incorporated any
other mapinfo commands into the tab file. 

I've tried adding further conditions to the WHERE clause, but this
did not work. 

For the uninitiated, the code below shows how to use *Create View*
in a table file to form one table from two. This is mainly used to
produce street files. 

!Table
!Version 400
Open Table "tab1" Hide
Open Table "tab2" Hide

Create View tab3 As
Select * From tab1, tab2 Where tab1.id=tab2.id 

Ian

- - - - - - - - - - - - - - - - -

Ian Robertson,
Information Services, E & D Dept
Leicester City Council, UK. 

Tel +44 (0) 116 252 7230
Fax +44 (0) 116 255 6385
EM: [EMAIL PROTECTED]



_______________________________________________________________________
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