|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Candidat au titre de Membre du Club
![]() Inscription : août 2005 Messages : 55 ![]() |
Bonjour,
Je souhaiterais faire un unload sur un fichier .txt de la requete suivante: select code_postal, porteur, substring(cro_text, 95, 10), substring(cro_text, 153, 1), date_heure, SUBSTRING(cro_text from 123 for 6) from quantieme_20 where code = '60' and substr(cro_text, 153, 1) != '0' and porteur not in (select porteur from quantieme_20 where code = dispo) and porteur not in (select porteur from quantieme_20 where code = annul) and porteur not in (select porteur from quantieme_20 where code = retente) order by code_postal; avec la commande copy to est ce possible je n'arrive pas a trouver la bonne syntaxe Thx |
|
|
00
|
|
|
#2 |
|
Candidat au titre de Membre du Club
![]() Inscription : août 2005 Messages : 55 ![]() |
bonsoir
j'ai la réponse pour ceux qui cherche faire un begin; ensuite creer une table temporaire create temp table nom_de_table as (le select); copy nom_de_table to 'chemin' bye |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com