govind Liked 2 Years ago through
Just Learned | 1 Point
In a select statement If you use the following query there is no error.
[code] SELECT [Column1] [Column2] FROM table [/code]
Notice the missing comma between the 2 column names above. In the output you get just the Column2 data and not Column1 Data. I tr