Activity overview
Latest activity by wilfred
Created [Item] table in a different database. Everything working OK.
Must be something with the database or the definition of the [Item] table. Any suggestions? / comments
Created [Item] table in a different database. Everything working OK.
Must be something with the database or the definition of the [Item] table. Any suggestions?
I just tried that and experience the same issue.
I type select * from [Item] where [Item]
and when I hit period it will translate [Item]. into [ITEMINFO].
and when I correct the line to [Item]. it wil not give me any suggestions for table [Item]
Thanks for suggesting this. It now looks like a bug to me. / comments
I just tried that and experience the same issue.
I type select * from [Item] where [Item]
and when I hit period it will translate [Item]. into [ITEMINFO].
and when I correct the line to [Item]. it...
SQL Promt will not work on table named "Item"
We have a database with a table named "Item". SQL Promt will just not work for that table.
If I type:
select * from Item where Item.
it will not list any of the fields that belong to te table named...