Diff
checker
Text
Text
Bilder
Dokumente
Excel
Ordner
Legal
Enterprise
Desktop-App
Preise
Einloggen
Diffchecker Desktop herunterladen
Texte vergleichen
Finde den Unterschied zwischen zwei Textdateien
Werkzeuge
Verlauf
Live-Editor
Gleiches ausblenden
Zeilenumbruch aus
Ansicht
Zweispaltig
Einspaltig
Vergleichsgenauigkeit
Intelligent
Wort
Zeichen
Syntaxhervorhebung
Syntax auswählen
Ignorieren
Text umwandeln
Zur ersten Änderung
Eingabe bearbeiten
Diffchecker Desktop
Der sicherste Weg, Diffchecker zu nutzen. Hol dir die Desktop-App: Deine Diffs verlassen nie deinen Computer!
Desktop holen
Diff in Prompt
Erstellt
vor 2 Jahren
Diff läuft nie ab
Löschen
Exportieren
Teilen
Erklären
1 Entfernung
Zeilen
Gesamt
Entfernt
Zeichen
Gesamt
Entfernt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
20 Zeilen
Kopieren
5 Hinzufügungen
Zeilen
Gesamt
Hinzugefügt
Zeichen
Gesamt
Hinzugefügt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
24 Zeilen
Kopieren
"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. "
Kopieren
Kopiert
Kopieren
Kopiert
"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: "
Gespeicherte Diffs
Originaltext
Datei öffnen
"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: "
Bearbeitung
Datei öffnen
"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: "
Unterschied finden