Oct 17, 2006 #1 philk12 Programmer Dec 29, 2005 20 US Hello, Is this the correct way to write an embedded sql "DELETE FROM" statement with a wildcard? delete from xxx where ACITY not like :BCITY || '%'
Hello, Is this the correct way to write an embedded sql "DELETE FROM" statement with a wildcard? delete from xxx where ACITY not like :BCITY || '%'
Oct 17, 2006 #2 bborissov Programmer May 3, 2005 5,167 BG Code: delete from xxx where ACITY NOT LIKE [:BCITY || %] Borislav Borissov VFP9 SP1, SQL Server 2000/2005. MVP VFP Upvote 0 Downvote
Code: delete from xxx where ACITY NOT LIKE [:BCITY || %] Borislav Borissov VFP9 SP1, SQL Server 2000/2005. MVP VFP