ORMExecuteQuery() 似乎为以下返回一个数组
example = ormExecuteQuery("select count(commentID) as n from pComment c");
output uing cfdump for example would be...
array
[1][x]
其中 x 是计数。
我怎样才能将 n 作为数字而不是返回的数组对象?我只想得到()
ORMExecuteQuery() 似乎为以下返回一个数组
example = ormExecuteQuery("select count(commentID) as n from pComment c");
output uing cfdump for example would be...
array
[1][x]
其中 x 是计数。
我怎样才能将 n 作为数字而不是返回的数组对象?我只想得到()