I am converting a SQL stored procedure to Sybase ASE.
I came cross some datatypes like:
declare @mask ident
declare @type ident
declare @start varchar(max)
Ident
and varchar(max)
are not supported in Sybase ASE. What will be the correct alternative datatype which I can use?