You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testParser('select a.* from a t1 join b t2 on t1.a = t2.a')
413
413
})
414
+
415
+
it('place holder support',function(){
416
+
testParser(
417
+
"select sum(quota_value) value, busi_col2 as sh, ${a} as a, YEAR(now()) from der_quota_summary where table_ename = 'gshmyyszje_derivedidx' and cd = (select id from t1 where a = ${t1})"
0 commit comments