Matt
Matt

Reputation: 3848

What is a good mysql view editor?

I have tried HeidiSQL and ToadMySQL. The problem with these editors is when I want to edit a view, they put the whole query on one line. What I want, is each select clause on its own line, the from on its on line, each join on its own line, and each where clause on its own line.

Any suggestions?

Upvotes: 0

Views: 318

Answers (1)

Dewfy
Dewfy

Reputation: 23644

dbForge Studio - the best http://www.devart.com/. It's free. I have tried Toad and EMC too, but returned to dbForge

Upvotes: 2

Related Questions