Hi,
I copied BO .rep file SQL script to directly query the db...
my query does not execute since it cannot undestand the below written script part
select substring("0", sign(sum(dbo.ABC)), 1)...
it says that it cannot find column named "0", plz can you help me? Thanks in advance!
I copied BO .rep file SQL script to directly query the db...
my query does not execute since it cannot undestand the below written script part
select substring("0", sign(sum(dbo.ABC)), 1)...
it says that it cannot find column named "0", plz can you help me? Thanks in advance!