Cristian Duca

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Cristian Duca created a post, AnsweredTesting 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 created a post, 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...