
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
input file (`fld.sql`):
-----------
set heading on;
select rdb$field_name from rdb$fields;b
-----------
Try to extract all field names from new database
-- file = 'fld.sql':
create database 't1.fdb'; commit;
exit;
Command:
bash-3.2$ isql t1.fdb -pag 0 -i fld.sql > fld_o.txt
Floating point exception (core dumped)
|
|
Description
|
input file (`fld.sql`):
-----------
set heading on;
select rdb$field_name from rdb$fields;b
-----------
Try to extract all field names from new database
-- file = 'fld.sql':
create database 't1.fdb'; commit;
exit;
Command:
bash-3.2$ isql t1.fdb -pag 0 -i fld.sql > fld_o.txt
Floating point exception (core dumped)
|
Show » |
|