Re: select and where clause - help

2004-07-07 Thread Markus Grossrieder
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

Re: select and where clause - help

2004-07-06 Thread leegold
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