coredata 查询后的数据怎么解析

2026年09月09日 20:02
有1个网友回答
网友(1):

比如你建立了多个表如student、course、sc 1.查看student、course、sc表中所有内容: (格式:select * from 表名称,*代表所有内容,) select * from student; select * from course; select * from sc; 2.插入数据,假设student表中的列为