• ernesto.felix.city (10/26/2012)


    I am just curious for why you included 'brackets' [ inside every object in your query solution?

    I am a newbie and I am just confused for why it looks so complicated with all those brackets?

    Will it be possible to successfully execute the query without including the brackets and just keeping it simple?

    Brackets are necessary if you have 'bad' object names, i.e. names with spaces, foreign characters and such. If the names are well constructed, brackets are not necessary, but they never hurt. Some people just get in the habit of using them as a precaution, some people put them in posts to keep your (potentially) badly named object from breaking the code they post for you, when you change object names from their examples to your own.