在数据库中,我有一个名为Questions
. 它有four columns
喜欢
Id, Question_text, Question_type, Answer_table
用户只能选择id
和question_text
。我能够得到Id
和question_text
价值。我需要从中Question_type
获得Answer_table
价值Id
。
例如,
如果用户选择question_text = 'City'
with Id = 5
。
我想要this的其他列的question_type
值。存储在单独的变量中。Answer_table
params
id