SELECT @lastString = Field FROM [Table] WHERE Field='2015,1289,613431220'
SELECT SUBSTRING(@lastString , LEN(@lastString) - CHARINDEX(',',REVERSE(@lastString)) + 2 , LEN(@s) )
Read More
ASPX/C#, MPIs, VRML, HTML, SQL, UML, Outsystems Tricks
PropertyInfo isreadonly = typeof(System.Collections.Specialized.NameValueCollection).GetProperty("IsReadOnly", BindingFlags.Instance | BindingFlags.NonPublic); // make collection editable isreadonly.SetValue(this.Request.QueryString, false, null); // remove this.Request.QueryString.Remove("id");
http://www.codeproject.com/Questions/310625/How-to-clear-Query-string-value-in-net
http://intranet.company.com,http://email.company.lan5) Notice that you can use a comma separated list in this field.