Hi,
> | BT-1034.02
> mysql> SELECT * FROM balloon_txt WHERE access_no = 'BT-1034.2';
I think you have a type .. instead of
SELECT * FROM balloon_txt WHERE access_no = 'BT-1034.2'
try
SELECT * FROM balloon_txt WHERE access_no = 'BT-1034.02'
HTH, Markus
- Original Message -
From: "leego
On Tue, 06 Jul 2004 23:24:13 -0400,
[EMAIL PROTECTED] said:
> from your output it's not really possible to tell, but i suspect that
> there are spaces following (and/or possibly in front of) the
> "BT-1034.02" value, which would cause your select to fail to find
> anything.
>
> try:
>
> SEL