Hp Neoview Release 2.4 Software Manuel d'utilisateur Page 98

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 124
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 97
Example A-11 Control File: Identity column
This example of defines an IDENTITY column. CUSTOMER_NUMBER can be any numeric data
type (SMALLINT, INTEGER, LARGEINT) column.
/*--------------------------------*/
/* IDENTITY column */
/*--------------------------------*/
mapexpr from dataformat1 to dataformat2
(
PHONE = PHONE,
SSN = SSN,
FIRST_NAME = FIRST_NAME,
LAST_NAME = LAST_NAME,
ADDRESS = ADDRESS,
ZIP = ZIP,
CUSTOMER_NUMBER = identity loader,
INFO1 = INFO1,
INFO2 = INFO2,
DATE_ENTERED = expression ("current_date")
)
98 Control File Examples
Vue de la page 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 123 124

Commentaires sur ces manuels

Pas de commentaire