1
Reply

Define the use of AS Clause in DB2

Fatima Begum

Fatima Begum

12y
922
0
Reply

    AS is just a more explicit way of mentioning the alias. SELECT * FROM table t1; or SELECT * FROM table AS t1; both are same