我想运行这样的查询:
with temp (ID,Path) as ( select ID,Path from Messages ) select * from temp
Change log
Instructions