0
    
          
  
  
    
            Id record
come faccio a scrivere l'id del record in altra tabella?
ho provato questo:
let a:= create test
let b:= id
a.test1:= b
purtoppo nel campo test1 non scrive niente.
Forse l' id dev'essere trattato in altro modo?
1 reply
- 
  Try this: let b:= id let a:= create test a.test1:= b 
Content aside
- 6 yrs agoLast active
- 1Replies
- 929Views
