sql - Can a table and a column within it use the same name in Sybase? -


I am using a Sibez database and would like to know whether the table is valid with that name in the table Example:

  make table fu (foo int null, etc ...)    

valid? Sure. Recommended? No.



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -