SQLCommand:select * from order_table
where order_udate <= date_add( now(), interval -1 day )
and order_date is null
and order_ddate is null
Access denied for user 'atmark-cafe'@'localhost' (using password: NO)SQLCommand:update item_table
set item_recomend = null, item_recomend_date = null
where item_recomend_date < '2026-07-29 00:00:00'
and item_recomend = 1
and item_ddate is null
Access denied for user 'atmark-cafe'@'localhost' (using password: NO)SQLCommand:select * from category_table where category_parent is null and category_ddate is null order by isnull( category_display ), category_display, category_id
Access denied for user 'atmark-cafe'@'localhost' (using password: NO)