01-06-06, 15:20
|
# 3
|
חבר על
|
ציטוט:
נכתב במקור על ידי Valid
PHP קוד:
SELECT
posts.*, topics.*
FROM
posts
LEFT JOIN topics ON (posts.topicid = topics.topicid)
WHERE
posts.message LIKE '%bla%'
OR
topics.title LIKE '%bla%'
למשל
|
תוכל להסביר מה זה
posts.topicid
topics.topicid
posts.message
topics.title
תודה
|
|
|