This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SQL commands markup




Hi!


What DocBook elements can be used to markup an SQL structure such
this: 

> LOAD DATA [LOW_PRIORITY] [LOCAL] INFILE 'file_name.txt'
> [REPLACE | IGNORE]
>     INTO TABLE tbl_name
>     [FIELDS
>         [TERMINATED BY 't']
>         [OPTIONALLY] ENCLOSED BY '']
>         [ESCAPED BY '\' ]]
>     [LINES TERMINATED BY 'n']
>     [IGNORE number LINES]
>     [(col_name,...)]


I'm not an SQL expert, but some of my authors are requesting me that. 


Thanks,
-- 
Godoy. <godoy@conectiva.com>

Departamento de Publicações       Conectiva S.A.
Publishing Department             Conectiva Inc.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]