R
Rich
I am writing code that will edit an existing SQL statement
by adding a "WHERE" clause to the end of it, thus adding
user inputed criteria. Problem is, the existing SQL has
a ";" at the end of. To add the "WHERE" clause, and have
it work, I need the ; to go away. Please let me know if
there is a way to do this. Thank you for any help.
by adding a "WHERE" clause to the end of it, thus adding
user inputed criteria. Problem is, the existing SQL has
a ";" at the end of. To add the "WHERE" clause, and have
it work, I need the ; to go away. Please let me know if
there is a way to do this. Thank you for any help.