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: "
尋找差異