fooddb
Can not find db table( fooddb ) or wrong query ( select count(*) from counter_visit where cate='main' and day='2025-08-01' and hour='10' )
Can not find db table( fooddb ) or wrong query ( insert into counter_visit (day, hour, num, cate) values('2025-08-01', '10', 1, 'main') )
Can not find db table( fooddb ) or wrong query ( select count(*) from counter_pageview where cate='main' and smenu='B0000' )
Can not find db table( fooddb ) or wrong query ( insert into counter_pageview (smenu, num, cate) values('B0000', 1, 'main') )