Hello,
my problem is, that i have a foreign mysql database which can't be changed. It contains some tables. What i want to do is to create a small subset of this database and use the values of it in my own, cleaner, table structure. My problem is, how to do this?
Should i use views, or triggers or what?
I don't want do change the content, only the fieldnames and the amount of them.