Ctrl-K Ctrl-C: Comment entire line Ctrl-K Ctrl-U: Uncomment
toString(toDate('28/03/2010', 'dd/MM/yyyy'), 'ddMMMyyyy') = 28Mar2010
'This is my string.' + ' This is my new string.' = This is my string. This is my new string
- regexReplace(Address1,
[ ]{2}|\.,' ') - regex_extract(Address1,
^(\d+), 1) - rlike(City,'^[A-G]')