我正在努力理解dim\ u查找的语法
dim_lookup('1',2,'3')
1-从中获取数据的表名
2-table属性您将需要获取数据,它类似于sql语句的where
3-将根据表属性获取的数据(2)
i、 e.dim\u lookup('students',student\u id,'name')等于
SELECT name
FROM students
WHERE student_id
它能包含一个条件吗?
dim_lookup('students',student_id,'name')='12345'
还是应该
dim_lookup('students',student_id,'name')
...
WHERE student_id='12345'
暂无答案!
目前还没有任何答案,快来回答吧!