Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/283.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento 如何直接从pma中删除所有客户dob记录?_Magento_Record_Customer_Dob - Fatal编程技术网

Magento 如何直接从pma中删除所有客户dob记录?

Magento 如何直接从pma中删除所有客户dob记录?,magento,record,customer,dob,Magento,Record,Customer,Dob,您能给我一个直接从pma中删除magento所有客户出生日期(dob)记录的解决方案吗?您可以在magento数据库中运行此sql查询 DELETE FROM `customer_entity_datetime` WHERE `attribute_id` = 11; 欢迎来到StackOverflow,请先参观:和

您能给我一个直接从pma中删除magento所有客户出生日期(dob)记录的解决方案吗?

您可以在magento数据库中运行此sql查询

DELETE FROM `customer_entity_datetime` WHERE `attribute_id` = 11;

欢迎来到StackOverflow,请先参观:和