sql - Access returning invalid data for specific column names -


while it's true have not used access dbms pretty long time, behavior see unacceptable. here query:

select month([my_datetime_column]) [period] [my_table] 

if use [month] or [period] alias, returned value date/time, if use [month1] or [period1], returned value int (correct). what's going on here?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -