Hello, I want to do a search inside several tables, for example:
SELECT * from tab1
INNER JOIN tab2 ON tab1.tab2_id = tab2.id
WHERE tab1.name LIKE '%blabla%' or tab2.title
LIKE '%blablabla%'
How would you do this query with S...
asked by
23.09.2016 / 22:06