Tagged Questions
2
votes
1answer
45 views
MySQL, need help defining multiple join query to return complete info
So, I have modified a query I learned from this thread, however when I filter between tags and cats, the result is undesirable. Filtering for category 5 will return just the category list info and ...
1
vote
1answer
33 views
Retrieving data from two chained many-to-many relationships
I was practising with an example that I was creating like the one below (where I was thinking about a movie being able to belong to many categories and a category being able to belong to have many ...
0
votes
7answers
518 views
How can I create multiple columns from one DB Field in SQL Server?
I have a field called PropertyValue in the UserProfile table that can contain information for address, phone number, first name, last name, user name, city, etc... each record in this table is ...