In Microsoft SQL Server, I had a table called [Key]
, but I hated having to address it as [Key]
each time.
So I renamed it to ki
instead. Well, at least the square brackets are gone.
Now what I'd like to do is:
CREATE SYNONYM Key FOR ki
But that didn't work. I guess I'm out of luck. Any other bright ideas?
I've never had a table with a plural name like people or addresses or anything. It's always been the person table or the address table.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…