Viewing 3 posts - 1 through 3 (of 3 total)
This syntax works fine to create the table, insert the data, and delete it... but will not work against my actual db field/data. Syntax I used and errors above were...
January 31, 2014 at 8:06 am
#1685065
actual data in the field is Number of Bene's
among other things, this is the SQL I most recently tried
Delete from rcd_def_dtl
where rcd_prop_desc like '%''%'
errors returned
Msg 102, Level 15, State 1,...
January 31, 2014 at 6:16 am
#1685019
I am still getting the errors... something I'm doing wrong?
January 30, 2014 at 2:56 pm
#1684860