Re: Automatic joins

2001-11-26 Thread sherzodR
Well, you could do that with shell scripts (or batch files ). Just write a query pleasing your heart's content, and save it in script and ( or put it into your /bin ) run it whenever you need it. As far as I know, MySQL doesnt' have such built-in feature ( I wish I was wrong) cheers -- sherz

Automatic joins

2001-11-26 Thread Wakan
Hi, I'd like to ask for a reply to this (I hope not stupid) question: is there a way to set permanently relationship between tables, so in that way when I ask for something, Mysql automatically joins all tables involved in that relationship? (Like MSAccess, for example) -