There is a single quote in insert script. Like 'JOHN'S' , Is there any other way to insert it except using Concat and two times single quote in Sybase. Like 'JOHN''S'.
As I am able to handle it in oracle like q'(JOHN'S)'. Is there any function to handle this in sybase.