Posts
Sort by recent activity
DELETE replaced with INSERT by SQLPrompt
I have noticed that if you try to type a DELETE statement immediately before an existing INSERT statement in Query Analyser, SQL Prompt turns the DELETE FROM into INSERT INTO. e.g.
{start typing DE...