![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.36 » View Incident Report |
| Reported By: Jose Eduardo Helminsky Reported On: 10/3/2013 For: Version 4.36 Build 3 |
select usi, mes, qui, ano, tot,
cast(mes as char(2)) as _mes,
cast(qui as char(1)) as _qui,
cast(mes as char(2))+cast(qui as char(1)) as v1,
cast(cast(mes as char(2))+cast(qui as char(1)) as integer) as v2
from hcqui
inner join hcfpu on(hcfpu.ano=2012 and hcqui.key=hcfpu.key and
coalesce(hcfpu.ftc,0) > 0)
where tip='Normal' and reg='Calculado'This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

