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

null
    • Nick
    • 5 yrs ago
    • Reported - view

    Try this:

     

    let b:= id

    let a:= create test 

    a.test1:= b

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 926Views