i want to write small select something like this
select t.id,func(t.name) from table t where func(t.name)>0
but i want to call function func
only once
Can anybody help me?
i want to write small select something like this
select t.id,func(t.name) from table t where func(t.name)>0
but i want to call function func
only once
Can anybody help me?