视图过滤
This commit is contained in:
parent
28a1b31523
commit
ba3b1b0370
@ -35,7 +35,7 @@ select *
|
||||
from {db}.event
|
||||
where lower(`#os`) != 'windows'
|
||||
and svrindex in {serverid}
|
||||
and not startsWith(`orderid`,'debugPay')
|
||||
and (orderid is null or not startsWith(orderid,'debugPay'))
|
||||
"""
|
||||
res2 = client.execute(sql)
|
||||
with open(svrid_file, 'w') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user