Open myearwood1 opened 4 months ago
CREATE CURSOR mikey (mfield m) APPEND BLANK replace mfield with 'test' SELECT FROM mikey UNION select FROM mikey
Generates the error. However, the column in both sides of the union ARE Memo. They are not differing column types.
CREATE CURSOR mikey (mfield m) APPEND BLANK replace mfield with 'test' SELECT FROM mikey UNION select FROM mikey
Generates the error. However, the column in both sides of the union ARE Memo. They are not differing column types.