Follow the below query for two table minus query:
SELECT field1,field2 FROM tableA
WHERE field1 NOT IN ( SELECT field1 FROM tableB)
SELECT field1,field2 FROM tableA
WHERE field1 NOT IN ( SELECT field1 FROM tableB)
1. We should not push any Wordpress core folders or files to github. 2. Only push custom theme and custom plugin into github. 3. So, in this...
No comments:
Post a Comment