
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
SELECT 36/4/3, 36/-4/3, 36/+4/3, 36/+-4/3, 36/-+4/3, 36/- -4/3, 36/++4/3
FROM RDB$DATABASE
returns
3 -36 36 -36 -36 36 36
while all values must be 3 or -3
|
|
Description
|
SELECT 36/4/3, 36/-4/3, 36/+4/3, 36/+-4/3, 36/-+4/3, 36/- -4/3, 36/++4/3
FROM RDB$DATABASE
returns
3 -36 36 -36 -36 36 36
while all values must be 3 or -3 |
Show » |
| No work has yet been logged on this issue.
|
|