fix compile error
parent
bab45d8915
commit
11fd4788db
|
@ -201,7 +201,7 @@ M: db <count-statement> ( query -- statement )
|
||||||
|
|
||||||
: create-index ( index-name table-name columns -- )
|
: create-index ( index-name table-name columns -- )
|
||||||
[
|
[
|
||||||
[ [ "create index " % % ] dip " on " % % ] 2dip "(" %
|
[ [ "create index " % % ] dip " on " % % ] dip "(" %
|
||||||
"," join % ")" %
|
"," join % ")" %
|
||||||
] "" make sql-command ;
|
] "" make sql-command ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue