Answer the question
In order to leave comments, you need to log in
What is the correct way to write a query with DISTINCT or GROUP BY?
there is a request
(SELECT * FROM notification_role WHERE notification_role.role="curator") UNION (SELECT * FROM notification_user WHERE notification_user.user_id=15)
Answer the question
In order to leave comments, you need to log in
SELECT DISTINCT [trigger] FROM notification_role WHERE notification_role.role="curator"
UNION
SELECT DISTINCT [trigger] FROM notification_user WHERE notification_user.user_id=15
What if there are a lot of sizes? What, dozens of different files to keep? Proceed from the situation, if there are a lot of styles and few sizes, then your option is suitable, and when there are few styles, but there are a lot of sizes, it’s easier to keep everything in 1 file!
And what prevents you from opening devtools and checking?
The browser loads all styles.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question