我正在尝试将Apple homekit连接到nodemcu板,我发现了一个可以在我的计算机上运行的教程,但我很想知道是否有任何方法可以在NodeMCU板(ESP8266)上加载和运行Node.JS?
我需要获取没有特定键的行.样品:
select * from users where user_id not in ("mikko");
Run Code Online (Sandbox Code Playgroud)
我试过"不在",这是回应:
Bad Request: line 1:35 no viable alternative at input 'not'
Run Code Online (Sandbox Code Playgroud)