mysql - How to use concat() method in wql? -
i develop wmi application windows logs using wql query. how use concat() method in query.
input wql query :
wmic -u xxx%xxx //xxx "select concat(category, '|dhcp') win32_ntlogevent timewritten > '06/04/2014 13:59:00' , logfile = 'security'"
output :
[wmi/wmic.c:212:main()] error: retrieve result data. ntstatus: nt code 0x80041017 - nt code 0x80041017
without using concat() method, work perfectly. if other way value using concat() method in wql.
notes: when using concat() method in different scenario, not working. throw error code.
please me guys.
thanks in advance.
the not concat
function in wql
, wql a small subset of sql standard , doesn't include such function.
Comments
Post a Comment