repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
code reorg
[csql.git]
/
test
/
sql
/
Alter
/
exp.test003.ksh
blob
4c49be52a2240ddee582a805732ce13b4eb83915
1
Statement Executed
2
Statement Executed
:
Rows Affected
=
1
3
echo
alter table t1 rename
column
f2 to f3
;
4
Statement Executed
:
Rows Affected
=
0
5
14
c14
6
< <
FieldName
>
f2
</
FieldName
>
7
---
8
> <
FieldName
>
f3
</
FieldName
>
9
Statement Executed