Jobname is in the format of SQL01, SQL02, SQL03...$Count = '{0:d2}' -f 1
if ("SQL$Count" -match $Jobtofind) {"YES job found"} else{ "Increment the count and match the jobname"}
在递增后无法增加导致零的数字,如何
您能否建议是否可以为查询中的许多子字符串选择计数SELECT COUNT(1) WHERE MESSAGE_BODY LIKE '%hello%'SELECT STRING, COUNT(1) WHERE MESSAGE_BODY IN (list of strings with wild card)要分解示例:1|你好,你好吗?3|你好,你好吗?
4|再见