May 15, 2003 at 8:01 pm
some sql reserved words are very long.
such as
add constraint .... foreign key(...)
references ....(...)
in foxbase, we can write "constr" as "constraint" and "refere" as "references"
is there rules on the short written of sql reserved words?
May 16, 2003 at 7:29 am
I you look up "reserved" in SQL Books Online, all keywords are listed, and abbreviations are included. For instance, you can find both TRAN and TRANSACTION.
Also, the description/syntax page for each command notes if a shortened version is available.
I am unaware of a specific list of abbreviated commands, but then I didn't really look for it.
RD Francis
R David Francis
May 16, 2003 at 7:35 am
With another quick glance through, the only ones that jump out are:
TRAN for TRANSACTION
EXEC for EXECUTE
PROC for PROCEDURE
RD Francis
R David Francis
May 16, 2003 at 3:46 pm
You can always start typing the word in Query Analyzer and see when the word turns blue
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply