View source: R/040A-sqlserver_nsim.R
nsim_read_where | R Documentation |
处理语句读取问题
nsim_read_where(
table_name = "test2",
id_var = NULL,
field_vars = NULL,
where = " fid =1"
)
table_name |
表名 |
id_var |
内码 |
field_vars |
字段名 |
where |
条件 |
返回值
nsim_read_where();
nsim_read_where('qalist_raw',field_vars = 'FQuestionText',where = "FBrand = 'JBLH'");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.