oracle - What does the "@" do in SQL*Plus -


i found line in sql code:

@../../sql_scripts/create_tables.sql 

what do? know @@file.sql means file.sql run , @ used when want supply parameter values later, here have @ followed filename. know there similar question covers @ in queries.

here @ not part of sql language. command sql interpreter oracle sql*plus.

sql*plus has many single-character commands @ or / (which executes buffered sql), ; can puzzling when encounter them in .sql file.

@ documented here in oracle 9i documentation. there see differences @@.

documentation oracle 11g release 2, click next section @@ reference.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -