* Borus.Kung
> Is View supported by MySQL?

no.

> if not supported, is there any other way to achieve it?
> 
> I have a table of history data
> because the table is growing too much
> so I will divide it into 12
> but I therefore have to modify all the programs
> if I can have a view of the original name that select 
> from all these 12 tables I can save a lots of program 
> change

Take a look at MERGE tables:

<URL: http://www.mysql.com/doc/M/E/MERGE.html >

-- 
Roger

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to