Files

12 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

python : File "<string>", line 8
所在位置 C:\Users\Windows\AppData\Local\Temp\ps-script-c10a9ddd-9b6c-4fc2-a618-c9278f93b099.ps1:96 字符: 1
+ python -c "
+ ~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( File "<string>", line 8:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
rows = c.execute(text(" SELECT alert_id customer_id alert_type status created_at FROM risk_alert WHERE created_at 2
026-09-13 ORDER BY id DESC LIMIT 8\)).fetchall()
^
SyntaxError: unterminated string literal (detected at line 8)
�