28 Feb
2001
28 Feb
'01
5:27 p.m.
Hello I'm trying to make several SQL query in the same SQL method but what is the syntax for argument field ??? attribute1 attribute2 attrib1 attrib2 doesn't work thank you for help here is the SQL query : Insert into table1 (attribute1, attribute2....) VALUES ('<dtml-var attribute1>', '<dtml-var attribute2>', ... <dtml-var sql_delimiter> Insert into table2 (attrib1, attrib2....) VALUES ('<dtml-var attrib1>', '<dtml-var attrib2>', ...