Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Now I want R_WORK_LOT to display only the first 13 characters, how do I do that?
Hi
You can try with Left function
Left(R_WORK_DT, 13) as First13CharRWORKDT
Hi
You can try with Left function
Left(R_WORK_DT, 13) as First13CharRWORKDT