Hi All,
I have a very simple question.
I want to select a column from a table, like this:
select NAME from employee
Just using the above column,Now i also want to have a calulation with every record (2/2) with a name 'GM' in my resultset.
I want to view my result like this:
NAME GM
tina 1
lisa 1
sara 1
How can I do this?
I have a very simple question.
I want to select a column from a table, like this:
select NAME from employee
Just using the above column,Now i also want to have a calulation with every record (2/2) with a name 'GM' in my resultset.
I want to view my result like this:
NAME GM
tina 1
lisa 1
sara 1
How can I do this?