WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2024-05-01 16:57:37' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC





    • Design by





























When East Meets Trash - Hot Dog Fried Rice

There ain’t no one outta there that can say we don’t know how to cook a good meal loaded with culture. We ain’t nobodys just cuz we don’t have them fancy knives like that broad Rachael Ray (although she does have a garbage bowl - same as a trash bowl, I reckun!).

I like livin’ classy and you can too, by serving up this meal that all yer family will not soon fergit.

Hot Dog Fried Rice

3-4 Hot Dogs, cut up into chunks (1 serving for each person ya’ll are cooking for)
Minute Rice, cooked, enough for all of your eaters
An onion, chopped up
Some Soy Sauce (I use the packets from that Chinese diner in the mall)
Some eggs, scrambled

Take the hot dogs and fry ‘em up in a pan. Add the onion and sweat it out (fancy talk, ain’t it?). Put the rice in the pan and stir it all up with that soy sauce. Once that’s all done, then throw in your eggs, and let them cook until done.

There you have it. If yer kin don’t usually like Fried Rice, since there’s hot dogs in there, you can serve it with some catsup and relish, if they like that kind of thing. I usually follow it up with a fortune cookie from that there Chinese diner we talked about earlier. Or a Ding Dong - they are good with everything!

WordPress database error: [Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_comments.comment_type' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT comment_author, comment_author_url, comment_type, MAX(comment_ID) as comment_ID, SUBSTRING_INDEX(comment_content,'strong',2) as trackback_title, SUBSTRING_INDEX(comment_author,' » ',1) as pingback_blog, SUBSTRING_INDEX(comment_author,' » ',-1) as pingback_title FROM wp_comments WHERE (comment_post_ID='57' AND comment_approved = '1') AND (comment_type = 'trackback' OR comment_type = 'pingback') GROUP BY comment_author, comment_author_url ORDER BY comment_ID DESC LIMIT 50

No Comments

    WordPress database error: [Expression #1 of ORDER BY clause is not in SELECT list, references column 'merri_wrdp1.wp_posts.post_date' which is not in SELECT list; this is incompatible with DISTINCT]
    SELECT DISTINCT MONTH(post_date) AS month, YEAR(post_date) AS year FROM wp_posts WHERE post_date < '2024-05-01' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 1

    WordPress database error: [Expression #1 of ORDER BY clause is not in SELECT list, references column 'merri_wrdp1.wp_posts.post_date' which is not in SELECT list; this is incompatible with DISTINCT]
    SELECT DISTINCT MONTH(post_date) AS month, YEAR(post_date) AS year FROM wp_posts WHERE post_date > '2024-05-01' AND MONTH( post_date ) != MONTH( '2024-05-01' ) AND post_status = 'publish' ORDER BY post_date ASC LIMIT 1

    May 2024
    M T W T F S S
         
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
    • WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'merri_wrdp1.wp_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
      SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2024-05-01 16:57:38' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC