SQL查询语句select max(create_date),id,product_sku_id from erp_pdd_inventory_change_history 会导致数据错乱吗?
根据给出的SQL查询语句,select max(create_date),id,product_sku_id from erp_pdd_inventory_change_history,该查询语句不会导致数据错乱。它会返回erp_pdd_inventory_change_history表中create_date字段的最大值、id和product_sku_id字段的对应值,而不会对数据进行修改或排列顺序改变。
原文地址: https://www.cveoy.top/t/topic/pZUi 著作权归作者所有。请勿转载和采集!