Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"
select x, y, z ....
from A a
where ....
and cast(a.REX as varchar(5))=" + (string)globalMap.get("Annee") + "
and cast(a.RPERIO as varchar(2))=" + (string)globalMap.get("Mois") + "
"