I have a select statement which will return 2 columns.
ID | IDParent
Then in my program I have to test if IDParent is < 1 then use
if IDParent is < 1 then use
select CASE WHEN IDParent is < 1 then ID else IDParent END as colname from yourtable