Fixed typo in SQL export
Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
This commit is contained in:
parent
b417fd62e1
commit
fb130bf20d
@ -401,7 +401,7 @@ class ExportSql extends ExportPlugin
|
||||
),
|
||||
'both' => __(
|
||||
'both of the above<br /> Example:'
|
||||
. ' <code>INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3),'
|
||||
. ' <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3),'
|
||||
. ' (4,5,6), (7,8,9)</code>'
|
||||
),
|
||||
'none' => __(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user