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 -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

c# - GetType() == type perfomance question -