6
Reply

what will be the result of this query :Select 1 from a table.

sarika

sarika

May 07, 2007
6k
0

    It will returns one column with 1 as result in each row.

    hema 0
    May 09, 2007
    1

    1

    Ashish
    April 22, 2014
    0

    this query returns one column with all the rows data as 1, for no.of rows present in that table

    vijay vanam
    January 01, 2010
    0

    this query returns one column with all the rows data as 1 for no.of columns present in that table

    vijay vanam
    January 01, 2010
    0

    Hello

    'select 1 from tablename ' will show

    1

    1

    1

    1

    1

    till no of rows in that particular table

    Jimmy Vyas
    July 02, 2007
    0

    represents the value as result on each row of the table

    giri prasad
    May 07, 2007
    0