摘要:
群里有人问:oracle中 现在有表a(id,name ) 表b(item_id,name,a_id)如何将 符合a。name=b。name 的a表的id更新到b表中的a_id 我说这样的:update b set a_id=a.id from a inner join b on a.name=b. 阅读全文
摘要:
Oracle Database must manage rows that are too large to fit into a single block. The following situations are possible: The row is too large to fit int 阅读全文