get_field function

get_field function

โดย Ângelo Rigo -
Number of replies: 1

Hi

How is it done if i need to aply a postgresql function inside a get_field function call like: substr(idnumber,1,8)

The line below return a error message saying :Field "substring(idnumber,1,8)" does not exist in table "course" 

$something = $DB->get_field('course','fullname',array('substring(idnumber,1,8)'=>$data->something));

What i nee is to compare a substring of the collum with a especific value.


Thankś in advance

การประเมินโดยเฉลี่ย: -