有没有人尝试过使用新的Sync Framework 4.0和Android.我已尝试过网络,但目前没有可用的样本.我想在将wm 6.5中提供的client.Services(CacheController)示例转换为Java之前进行检查.有什么帮助/样本让我朝正确的方向前进?
谢谢尚卡尔.
我必须找出一个日期介于两个其他日期之间,这些日期是从Microsoft SQL Server中的不同表中选择的
即我想做点什么
Select A.* from ( select member.key,
case when effective_date between (select month_start and month_end
from sales_month
where month=2 and year=2013) bucket_1
then 1 else 0 from member ) as A
where a.bucket_1 != 0
Run Code Online (Sandbox Code Playgroud)
我必须复制不同月份的案例陈述.任何想法/帮助?
谢谢
尚卡尔.