我正在使用let now = Date()
let exactlySevenDaysAgo = Calendar.current.date(byAdding: DateComponents(day: -7), to: now)!
let startOfSevenDaysAgo = Calendar.current.startOfDay(for: exactlySevenDaysAgo)
let predicate = HKQuery.predicateForSamples(withStart: startOfSevenDaysAgo, end: now, options: .strictStartDate)
数据库。
我需要为2011年和2014年订购的客户选择AdventureWorks2017
,customerID
和year
,但不会在2012年或2013年订购。
我尝试使用where子句对其进行编码,但它似乎无法正常工作......
ordersQTY
答案 0 :(得分:1)
您可以使用y = 1
执行此操作。
ggplot2