【发布时间】:2017-09-20 01:07:21
【问题描述】:
有人知道问题出在哪里吗?我在这里使用 RStudio
sqlStatement <- dbGetQuery(con,"SELECT concat(official_test_cases.id,')', official_test_cases.test_case_name) As id, if (test_cases.description) = "NULL",official_test_cases.name, concat(official_test_cases.name," ", test_cases.description)AS text
FROM official_test_cases
INNER JOIN test_cases ON official_test_cases.test_case = test_cases.id
WHERE !is.null(official_test_cases.name) && !is.null(official_test_cases.id) && !is.null(test_cases.description)")
【问题讨论】:
-
在表达式之后一直显示预期的错误','