Tagged Questions
2
votes
1answer
42 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 ...
0
votes
7answers
496 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 ...