beba
Новичок
Странная синтаксическая ошибка
Есть таблица:
bids
id int(11)
auctionid int(11)
out tinyint(4)
Делаю запрос select * from bids;
все ок..
Делаю запрос select out from bids
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'out from bids
Первая мысль, зарезервированное слово.... но поискал в мануале, на http://dev.mysql.com/doc/refman/5.0/en/charset-general.html ничего не выдало по слову out...
В чем может быть дело ?
Есть таблица:
bids
id int(11)
auctionid int(11)
out tinyint(4)
Делаю запрос select * from bids;
все ок..
Делаю запрос select out from bids
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'out from bids
Первая мысль, зарезервированное слово.... но поискал в мануале, на http://dev.mysql.com/doc/refman/5.0/en/charset-general.html ничего не выдало по слову out...
В чем может быть дело ?