我想知道如何从OR条件的两列中接受一个参数。我想要求PRN no或roll number并显示结果。我正在尝试以下查询但是没有工作,
SELECT StudentInfo.*, StudentInfo.PRNNo, StudentInfo.StudentRollNo
FROM StudentInfo
WHERE (((StudentInfo.PRNNo)=[Enter PRN No :]) OR ((StudentInfo.StudentRollNo)=[Enter Roll No :]));
这里AND条件正常工作并要求PRN no和Roll No.但是我要问PRN或者滚动否,我们如何实现这个