Cristian Duca

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Cristian Duca 创建了一个帖子,
    已回答

    Testing Joins

    Hi all ! Many (most) of our joins need to have 1 condition that is always stated. eg :select * from t1left join t2 on t1.Id = t2.Id AND t1.dataid=t2.dataidThe second one needs to be always there be...
  • Cristian Duca 创建了一个帖子,

    Automatically add Aliases for Fields from excel mappings (or other)

    hello I have a usecase where all our fields needs to be renamed. So I would need to add Aliases for each field.  This typically comes from business.  Would there be an automated way to do this lets...