• edwardwill (7/27/2016)


    I ran the script and then this

    SELECT COUNT(*) FROM tbl

    Guess what number it returned? (HINT - an integer between 99 and 101)

    Not sure whether you're saying you're surprised at that? If you run your query from a separate connection, something quite different will happen.

    John