Select * from PRODUCTO where UPPER(DESCRIPCION)<>DESCRIPCION COLLATE Latin1_General_CS_AS
--Update con el mismo campo convertido en MAYUSCULAS
Update PRODUCTO SET DESCRIPCION = UPPER(DESCRIPCION) where UPPER(DESCRIPCION)<>DESCRIPCION COLLATE Latin1_General_CS_AS
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.