And test_val is a space when he expected a NULL. He could use rtrim() like so ...// I assume test_val will never be ' ' ResultSet r = select.executeQuery ("SELECT test_val FROM test");
Please excuse my Java.// My code turns ' ' to NULL now ResultSet r = select.executeQuery ("SELECT rtrim(test_val) FROM test") +;
| Plankton: 1% Evil, 99% Hot Gas. |
In reply to Re: (OT) Am I weasel or just right?
by Plankton
in thread (OT) Am I weasel or just right?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |