Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 IOS 中制作一个应用程序,它使用存储在.sqlite文件中的数据库。所以我正在使用核心数据来访问我的数据库。在这里,我在表中有一个包含人名的列,我想要的是使用该列的值创建一个新列,如提示(只说首字母)
例如约翰尼·德普 -> J##### D###
谷歌搜索几个小时后,我仍在寻找解决方案请建议如何做到这一点..无论哪种方式(核心数据或.sqlite命令)
任何帮助表示赞赏,在此先感谢