Hi,
I'm trying to write the following
DELETE
FROM TABLEA
WHERE TABLEA.ID IN (SELECT DISTINCT(ID)||'%' FROM INVALID_IDS)
The idea is that table INVALID_IDS could have an entry of '12' and so all entries starting 12xxx would be deleted. INVALID_IDS could also contain ABC so all entries...
Hi, I have a document management system that is the desired location for saving documents. The intention is that I will move the Save button to a less prominent location than the new applications save button. I would like a dialogue box to appear whenever the standard Save button is used that...
Hi, I'm new to this place (and to sql server), I'm having trouble and a friend reccomended I ask here... hope someone can help?
I have an insert statement that is trawling through thousands of records from the source table.
When the cursor finds a bad record from the source(e.g. a null...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.