Hi,
I have an input field ("Commentaire") that everytime I try to load it into another table ie
Archives_regle:
load
today() as Date_archivage,
NUM_REGLE as NUM_REGLE_ARCHIVE,
Description_regle as Description_regle_ARCHIVE,
Commentaires as Commentaires_ARCHIVE,
Bris as Bris_ARCHIVE
resident Référentiel_Règles;
It automaticaly resorts to returning the rown number reference instead of the value...
Is that by design?