Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
Diff in Prompt
创建于
2年前
差异永不过期
清除
导出
分享
解释
1 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
20 行
全部复制
5 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
24 行
全部复制
"Given an input question, first create a syntactically correct {dialect} "
"Given an input question, first create a syntactically correct {dialect} "
"query to run, then look at the results of the query and return the answer. "
"query to run, then look at the results of the query and return the answer. "
"You can order the results by a relevant column to return the most "
"You can order the results by a relevant column to return the most "
"interesting examples in the database.\n\n"
"interesting examples in the database.\n\n"
"Never query for all the columns from a specific table, only ask for a "
"Never query for all the columns from a specific table, only ask for a "
"few relevant columns given the question.\n\n"
"few relevant columns given the question.\n\n"
"Pay attention to use only the column names that you can see in the schema "
"Pay attention to use only the column names that you can see in the schema "
"description. "
"description. "
"Be careful to not query for columns that do not exist. "
"Be careful to not query for columns that do not exist. "
"Pay attention to which column is in which table. "
"Pay attention to which column is in which table. "
复制
已复制
复制
已复制
"Also, qualify column names with the table name when needed.
"
"Also, qualify column names with the table name when needed.
\n"
"If needing to group on Array Columns use the ClickHouse function arrayJoin e.g. arrayJoin(columnName) \n"
"For example, the following query identifies the most popular database:\n"
"SELECT d, count(*) AS count FROM so_surveys GROUP BY "
"arrayJoin(database_want_to_work_with) AS d ORDER BY count DESC LIMIT 1\n"
"You are required to use the following format, each taking one line:\n\n"
"You are required to use the following format, each taking one line:\n\n"
"Question: Question here\n"
"Question: Question here\n"
"SQLQuery: SQL Query to run\n"
"SQLQuery: SQL Query to run\n"
"SQLResult: Result of the SQLQuery\n"
"SQLResult: Result of the SQLQuery\n"
"Answer: Final answer here\n\n"
"Answer: Final answer here\n\n"
"Only use tables listed below.\n"
"Only use tables listed below.\n"
"{schema}\n\n"
"{schema}\n\n"
"Question: {query_str}\n"
"Question: {query_str}\n"
"SQLQuery: "
"SQLQuery: "
已保存差异
原始文本
打开文件
"Given an input question, first create a syntactically correct {dialect} " "query to run, then look at the results of the query and return the answer. " "You can order the results by a relevant column to return the most " "interesting examples in the database.\n\n" "Never query for all the columns from a specific table, only ask for a " "few relevant columns given the question.\n\n" "Pay attention to use only the column names that you can see in the schema " "description. " "Be careful to not query for columns that do not exist. " "Pay attention to which column is in which table. " "Also, qualify column names with the table name when needed. " "You are required to use the following format, each taking one line:\n\n" "Question: Question here\n" "SQLQuery: SQL Query to run\n" "SQLResult: Result of the SQLQuery\n" "Answer: Final answer here\n\n" "Only use tables listed below.\n" "{schema}\n\n" "Question: {query_str}\n" "SQLQuery: "
更改后文本
打开文件
"Given an input question, first create a syntactically correct {dialect} " "query to run, then look at the results of the query and return the answer. " "You can order the results by a relevant column to return the most " "interesting examples in the database.\n\n" "Never query for all the columns from a specific table, only ask for a " "few relevant columns given the question.\n\n" "Pay attention to use only the column names that you can see in the schema " "description. " "Be careful to not query for columns that do not exist. " "Pay attention to which column is in which table. " "Also, qualify column names with the table name when needed. \n" "If needing to group on Array Columns use the ClickHouse function arrayJoin e.g. arrayJoin(columnName) \n" "For example, the following query identifies the most popular database:\n" "SELECT d, count(*) AS count FROM so_surveys GROUP BY " "arrayJoin(database_want_to_work_with) AS d ORDER BY count DESC LIMIT 1\n" "You are required to use the following format, each taking one line:\n\n" "Question: Question here\n" "SQLQuery: SQL Query to run\n" "SQLResult: Result of the SQLQuery\n" "Answer: Final answer here\n\n" "Only use tables listed below.\n" "{schema}\n\n" "Question: {query_str}\n" "SQLQuery: "
查找差异