← Prev in month
← Prev in thread
DOCBOOK-APPS: 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. <> Departamento de Publica踥es Conectiva S.A. Publishing Department Conectiva Inc.
← Prev in month
← Prev in thread