Hello,
1) What type will NrInstances have in this query:
SELECT Module_ModuleTy pe as LicProgPartID,' Module' as
LicFor,COUNT(Mo dule_ID) as NrInstances,Lic _RegCode
FROM etc.
2) Can I force it to be NUMBER(10,0) for instance?
Thanks
Jan
1) What type will NrInstances have in this query:
SELECT Module_ModuleTy pe as LicProgPartID,' Module' as
LicFor,COUNT(Mo dule_ID) as NrInstances,Lic _RegCode
FROM etc.
2) Can I force it to be NUMBER(10,0) for instance?
Thanks
Jan
Comment