SQL D3
SQL D3
-------------------------------
1.Length
2.Reverse
3.Replace
4.translate
5.Concat - Help to combine the two different column or string
6.Pipeline ||
7.instr
8.substr
9.Ltrim
10.Rtrim
11.Lpad
12.Rpad
===================================================================================
==================
General Function
----------------
1.Decode
2.Case
===================================================================================
===================
Row_Number
----------
select first_name ,row_number () over(order by first_name ) from employees