在 Bugzilla 中获取用户的所有产品
Get all products of user in Bugzilla
我想为特定用户获取 "products" table 的所有产品。
类似于:
"select product_name from products where user='user_email'";
谁能帮我理解 Bugzilla 中 "products" 和 "profiles" table 之间的关系?
不完全是答案,但我从 this link 那里得到了非常有用的帮助。
我想为特定用户获取 "products" table 的所有产品。
类似于:
"select product_name from products where user='user_email'";
谁能帮我理解 Bugzilla 中 "products" 和 "profiles" table 之间的关系?
不完全是答案,但我从 this link 那里得到了非常有用的帮助。