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 t1.*
FROM table_one t1
INNER JOIN table_two t2 ON t2.id = t1.table_two_id AND t2.text1 IS NOT NULL
SELECT * FROM table_one WHERE text1 IS NOT NULL AND EXISTS(SELECT id FROM table_two WHERE id = table_one.id)
Of course you can. Here:
RewriteEngine on
RewriteRule ^assets/(.*)$ $1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question