Milena
Congratulations, Sascha and Julia, to the birth of Milena!
WordPress database error: [Got error 122 from storage engine]
SELECT DISTINCT link_category, cat_name, show_images,
show_description, show_rating, show_updated, sort_order,
sort_desc, list_limit
FROM `wp_links`
LEFT JOIN `wp_linkcategories` ON (link_category = cat_id)
WHERE link_visible = 'Y'
AND list_limit <> 0
ORDER BY cat_name
| « Oct | ![]() |
Dec » |
WordPress database error: [Got error 122 from storage engine]
SELECT DISTINCT
id,
post_title,
GREATEST(start,'2008-11-01 00:00:00') AS start_date,
LEAST(end,'2008-12-01 00:00:00') AS end_date,
1 AS is_event
FROM wp_posts,wp_ec3_schedule
WHERE post_status = 'publish'
AND post_id=id
AND end>='2008-11-01 00:00:00'
AND start<'2008-12-01 00:00:00' ORDER BY id, start_date, is_event DESC
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
WordPress database error: [Got error 122 from storage engine]
SELECT DISTINCT
p.id AS id,
post_title,
MIN(start) AS the_date,
u.user_nicename AS author
FROM wp_posts p, wp_ec3_schedule s, wp_users u
WHERE post_status = 'publish'
AND s.post_id=p.id
AND p.post_author = u.id
AND start>='2008-11-20 00:00:00'
GROUP BY p.id
ORDER BY the_date
LIMIT 5
Congratulations, Sascha and Julia, to the birth of Milena!
No comments yet.
© 2004-2008 Marc Schumann.
Powered by WordPress