lowndesc / industryx

An Avanade/Accenture open collaborative tutorial to distribute knowledge and capability regarding the use of Azure IoT and Azure Digital Twins with Simulation to train Microsoft Bonsai AI to solve manufacturing business problems.
13 stars 5 forks source link

6.vii. Extra Space in SQL query #7

Closed GraceFu closed 3 years ago

GraceFu commented 3 years ago

Hi Chris,

Just wanna bring it up that in Updating A Twin section, there is an extra space in the SQL query. Currently it is SELECT * FROM DIGITAL TWINS WHERE IS_OF_MODEL('dtmi:isa95:core:Asset;1') and it should be SELECT * FROM DIGITALTWINS WHERE IS_OF_MODEL('dtmi:isa95:core:Asset;1')

Hope it helps! Best, Grace

lowndesc commented 3 years ago

Thanks - now fixed