jimsan6817
Results
1
issues of
jimsan6817
My Code: ``` conn = sql.connect(server_hostname = server_hostname, http_path = http_path, access_token = access_token, _tls_no_verify=True) cursor = conn.cursor() select_sql="select * from tableA" cursor.execute(select_sql) ``` Then console show error as follows:...