Oracle update语句

UPDATE 表名称 SET 列名称 = 新值 WHERE 列名称 = 某值 update es_gc_prod set prod_open_type='1' where prod_code='1012'; code update es_gc_prod_attr set ipt_id = 'attachEndDate' where product_attr_id = '20171011121210
相关文章
相关标签/搜索