Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
select
count(1) as "kolvo"
from (
select name from a
union all
select name from b
) ab
where ab.name = 'param_name'
Can you help with this code:
SELECT
blog_articles.article_id
, blog_articles.link
, blog_articles.title
, blog_cat.link as cat_link
, blog_cat_langs.title as cat_title
FROM blog_articles
JOIN blog_cat ON
blog_cat.cat_id = blog_articles.cat_id
WHERE
blog_articles.published = "show"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question