Advertisement
erleybru

Untitled

Jun 23rd, 2020
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.18 KB | None | 0 0
  1. /* Table: DEBITO_AUTOMATICO, Owner: SYSDBA */
  2. CREATE TABLE DEBITO_AUTOMATICO EXTERNAL FILE 'c:\exporta\debito_automatico.txt' (
  3.    DETALHE CHAR(150) NOT NULL,
  4.    CRLF CHAR(1)
  5. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement