Jump to content
Fórum Script Brasil
  • 0

Executando Queries


hakin

Question

Como executo uma querie no interbase com mais de uma linha de comando???

Ex:

CREATE TABLE CFOP

(

CFOP_IND INTEGER NOT NULL,

CFOP_CODIGO VARCHAR(10),

CFOP_DESCRICAO VARCHAR(350),

PRIMARY KEY (CFOP_IND)

);

insert into cfop values(1,'1000','ENTRADAS OU AQUISIÇÕES DE SERVIÇOS DO

ESTADO');

insert into cfop values(2,'1100','COMPRAS PARA INDUSTRIALIZAÇÃO,

COMERCIALIZAÇÃO OU PRESTAÇÃO DE SERVIÇOS');

insert into cfop values(3,'1101','Compra para industrialização');

insert into cfop values(4,'1102','Compra para comercialização');

insert into cfop values(5,'1111','Compra para industrialização de mercadoria

recebida anteriormente em consignação industrial');

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Meu amigo estou com o post do amigo gladiador que trata de stored procedures, então como eu havia dito a ele entre no site www.delphi.eti.br, que você ira encontrar o que precisa bem explicadinho..

abraços

Rafael Marciano

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...