Bug #1068 I guess I am looking for a view
Submitted: 17 Aug 2003 13:07 Modified: 21 Aug 2003 4:29
Reporter: Are you mortal Then prepare to die. Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:3.23.56 OS:Linux (redhat-linux-gnu on i386)
Assigned to: CPU Architecture:Any

[17 Aug 2003 13:07] Are you mortal Then prepare to die.
Description:

The user comment system in the MySQL manual is not the place to
request features. You can do so using our bug-tracking system at
http://bugs.mysql.com/. Thanks.

The original comment:

how about cloned tables?

For convenience I like to split big tables into smaller
clones with different data but identical schema. 

I guess I am looking for a view..

CREATE VIEW protein_456 "QUERY";

SELECT * FROM protein_456;

> Results of QUERY...

Ta,
Dan.

How to repeat:
Type CREATE VIEW ...

Suggested fix:
CREATE VIEW
[21 Aug 2003 4:29] Peter Zaitsev
Thank you for the feedback,

We have VIEWs in our ToDo list, they will shortly follow Stored Procedures and Triggers.