我对SQL非常陌生。我有以下查询,但我想在我的excel表中省略var client = new HttpClient();
var content = new StringContent(authXML);
content.Headers.ContentType = new MediaTypeHeaderValue("application/xml");
client.BaseAddress = new Uri(authorizationUri);
var post = client.PostAsync(authorizationUri, content);
try {
post.Wait();
}
catch (AggregateException e) {
foreach (Exception ie in e.InnerExceptions)
Console.WriteLine("{0}: {1}", ie.GetType().Name,
ie.Message);
}
if (post.Result.IsSuccessStatusCode)
{
// SUCCESS
// Do Something
}
else
{
// ERROR
// Do Something
}
条目。有人可以给我一些指导吗?
当我尝试使用NO_EOM
子句将其过滤掉时,出现错误WHERE
列不存在。
EOM_OR_BOM