כמעט כולנו השתתפנו לפחות פעם אחת בחיינו בהימורים, בין אם מדובר בהתערבות על ארוחה הטובה עם חבר, קניית כרטיס לוטו או ביקור חד פעמי בקזינו בלאס וגאס. אם השתתפת באחד מהימורים אלו, בוודאי זכורים לך ההתרגשות שטרם קבלת תוצאות ההימור, חווית ה"יש לי הרגשה שבפעם הבאה זה שלי" וכמובן- ההנאה העצומה שבזכייה גם כאשר מדובר ברווח פעוט. תחושות אלו מוכרות היטב לא רק למהמרים האקראיים אלא גם ל"מהמרים כפייתיים" או "מהמרים פתולוגיים", עבורם הופכים ההימורים למרכז החיים, אך גם לגורם המכלה אותם.
קרא עוד אודות הימורים
SELECT b.*
FROM
cms_module_banners_in_category_manager bc,
cms_module_banners b
WHERE
bc.cat_id = 15 and
bc.status = 'active' and
(
bc.max_impressions = 0 or
bc.max_impressions > (
select sum(impressions)
from cms_module_banners_hits_and_impressions bhi
where
bhi.cat_id = 15 and
bhi.banner_id = bc.banner_id
)
) and
(
bc.never_expire = 1 or
(
(
bc.from_date = '0000-00-00' and bc.to_date = '0000-00-00'
) or
(
bc.from_date != '0000-00-00' and bc.to_date = '0000-00-00' and bc.from_date <= curdate()
) or
(
bc.from_date = '0000-00-00' and bc.to_date != '0000-00-00' and bc.to_date >= curdate()
) or
(
curdate() between bc.from_date and bc.to_date
)
)
) and
bc.banner_id = b.banner_id
ORDER BY RAND() LIMIT 0,1
Error!
No banners matched the query
SELECT b.*
FROM
cms_module_banners_in_category_manager bc,
cms_module_banners b
WHERE
bc.cat_id = 16 and
bc.status = 'active' and
(
bc.max_impressions = 0 or
bc.max_impressions > (
select sum(impressions)
from cms_module_banners_hits_and_impressions bhi
where
bhi.cat_id = 16 and
bhi.banner_id = bc.banner_id
)
) and
(
bc.never_expire = 1 or
(
(
bc.from_date = '0000-00-00' and bc.to_date = '0000-00-00'
) or
(
bc.from_date != '0000-00-00' and bc.to_date = '0000-00-00' and bc.from_date <= curdate()
) or
(
bc.from_date = '0000-00-00' and bc.to_date != '0000-00-00' and bc.to_date >= curdate()
) or
(
curdate() between bc.from_date and bc.to_date
)
)
) and
bc.banner_id = b.banner_id
ORDER BY RAND() LIMIT 0,1
Error!
No banners matched the query
SELECT b.*
FROM
cms_module_banners_in_category_manager bc,
cms_module_banners b
WHERE
bc.cat_id = 17 and
bc.status = 'active' and
(
bc.max_impressions = 0 or
bc.max_impressions > (
select sum(impressions)
from cms_module_banners_hits_and_impressions bhi
where
bhi.cat_id = 17 and
bhi.banner_id = bc.banner_id
)
) and
(
bc.never_expire = 1 or
(
(
bc.from_date = '0000-00-00' and bc.to_date = '0000-00-00'
) or
(
bc.from_date != '0000-00-00' and bc.to_date = '0000-00-00' and bc.from_date <= curdate()
) or
(
bc.from_date = '0000-00-00' and bc.to_date != '0000-00-00' and bc.to_date >= curdate()
) or
(
curdate() between bc.from_date and bc.to_date
)
)
) and
bc.banner_id = b.banner_id
ORDER BY RAND() LIMIT 0,1