I write Oracle queries in ASP pages. I use PL/SQL Developer to develop and test SQL queries before 'Special Copy VB' and paste into an ASP page. I've found that on pasting each single space is doubled. Generally this is just a minor nuisance where each single space between words becomes two. However there are situations where I only want a single space e.g. null(xxxx, ' ').
Am doing something wrong or is it a bug?
Am doing something wrong or is it a bug?