Content Embedder
SELECT Text
FROM tbl_CMM_items
where ownerid =
and fsl_tableCode =
and itemid =
update tbl_CMM_items
set text = ''
where ownerid =
and fsl_tableCode =
and itemid =
update tbl_CMM_items
set text = cast(text as varchar(8000)) +
set text = + cast(text as varchar(8000))
where ownerid =
and fsl_tableCode =
and itemid =
SELECT Text
FROM tbl_CMM_items
where ownerid =
and fsl_tableCode =
and itemid =