diff --git a/modules/ROOT/pages/clauses/use.adoc b/modules/ROOT/pages/clauses/use.adoc index e76a65e97..20df616ca 100644 --- a/modules/ROOT/pages/clauses/use.adoc +++ b/modules/ROOT/pages/clauses/use.adoc @@ -6,9 +6,6 @@ The `USE` clause determines which graph a query, or query part, is executed against. It is supported for queries and schema commands. -[TIP] -With link:{neo4j-docs-base-uri}/create-applications/[Neo4j Drivers], do not rely on the `USE` clause to specify the database against which a query should run. -Drivers expect the database name to be specified as a parameter in the query's function call. [[query-use-syntax]] == Syntax