如图,怎么写查询这个值,我用python查询,只能查到整个表的返回,但我只想返回这个红色框标注的值,各位帮忙一下,数据库我当时学python没学,当时没想到要用到数据库这一块
sql = "select attribute from essenitalinformation where id = 6 " cur.execute(sql)