【发布时间】:2011-08-22 17:34:54
【问题描述】:
我有一个这样的 sqlite 数据库:
表1:
categoryID name description
1 a dog
1 b cat
2 c elephant
2 d bird
表2:
categoryID categoryName
1 ex1
2 ex2
3 ex4
如何在第一个视图中使用 categoryID 和 categoryName 创建类别?
【问题讨论】: