[eluser]Unknown[/eluser]
Hi.
I'm reworking the database design for my web application and I keep running into problems. I split up my user table into three different tables, and I'm now using a fairly complex (to me, at least) query with UNION statements to select across the three tables. All good till there. However, now that I got that working, I ran into a new problem.
I solved this by removing some code I forgot to remove.. /sigh