Please help me create views and generat report using only MySQL manager
thank you

Recommended Answers

All 4 Replies

A view can be created by running a query, example:

CREATE VIEW `myview` AS SELECT * FROM `mytable`

Which MySQL manager are you referring to?

EMS SQL manager 2007 for MySQL
thank you

EMS SQL manager 2007 for MySQL

You'd better read their documentation then.

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.