• Grant Fritchey (5/28/2010)


    I would argue that while all three compile and run, none of them is "correct."

    What do you think about the syntax of the following statements?

    SELECT column1 * column2 FROM table1

    SELECT column1 *column2 FROM table1

    SELECT column1* column2 FROM table1

    SELECT column1*column2 FROM table1

    Probably only the first is correct, while others are "incorrect"? 🙂