SqlJsonExtract(String path, {String column = columnValue}) : super(SqlF("json_extract", [SqlI(column), SqlL(path)]).str);